DeploymentPreflightResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deployment preflight resource.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DeploymentPreflightResourceTypeConverter))]
public class DeploymentPreflightResource : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDeploymentPreflightResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.DeploymentPreflightResourceTypeConverter))>]
type DeploymentPreflightResource = class
interface IDeploymentPreflightResource
interface IJsonSerializable
Public Class DeploymentPreflightResource
Implements IDeploymentPreflightResource
- Inheritance
-
DeploymentPreflightResource
- Attributes
- Implements
Constructors
DeploymentPreflightResource() |
Creates an new DeploymentPreflightResource instance. |
Properties
ApiVersion |
Gets or sets the Api version. |
Location |
Gets or sets the location of the resource. |
Name |
Gets or sets the resource name. |
Type |
Gets or sets the resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DeploymentPreflightResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DeploymentPreflightResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20210216Preview.IDeploymentPreflightResource. |
FromJsonString(String) |
Creates a new instance of DeploymentPreflightResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DeploymentPreflightResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |