DeploymentPreflightModel Class

Definition

Deployment preflight model.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DeploymentPreflightModelTypeConverter))]
public class DeploymentPreflightModel : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDeploymentPreflightModel
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DeploymentPreflightModelTypeConverter))>]
type DeploymentPreflightModel = class
    interface IDeploymentPreflightModel
    interface IJsonSerializable
Public Class DeploymentPreflightModel
Implements IDeploymentPreflightModel
Inheritance
DeploymentPreflightModel
Attributes
Implements

Constructors

Name Description
DeploymentPreflightModel()

Creates an new DeploymentPreflightModel instance.

Properties

Name Description
Resource

Gets or sets the list of resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeploymentPreflightModel.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeploymentPreflightModel.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDeploymentPreflightModel.

FromJsonString(String)

Creates a new instance of DeploymentPreflightModel, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeploymentPreflightModel into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to