你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SupportedOSProperty Class

Definition

Supported operating systems property.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.SupportedOSPropertyTypeConverter))]
public class SupportedOSProperty : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ISupportedOSProperty
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.SupportedOSPropertyTypeConverter))>]
type SupportedOSProperty = class
    interface ISupportedOSProperty
    interface IJsonSerializable
Public Class SupportedOSProperty
Implements ISupportedOSProperty
Inheritance
SupportedOSProperty
Attributes
Implements

Constructors

SupportedOSProperty()

Creates an new SupportedOSProperty instance.

Properties

InstanceType

The replication provider type.

SupportedOS

The list of supported operating systems.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SupportedOSProperty.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SupportedOSProperty.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.ISupportedOSProperty.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SupportedOSProperty into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to