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

IPConfigurationProfilePropertiesFormat Class

Definition

IP configuration profile properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationProfilePropertiesFormatTypeConverter))]
public class IPConfigurationProfilePropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfilePropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationProfilePropertiesFormatTypeConverter))>]
type IPConfigurationProfilePropertiesFormat = class
    interface IIPConfigurationProfilePropertiesFormat
    interface IJsonSerializable
Public Class IPConfigurationProfilePropertiesFormat
Implements IIPConfigurationProfilePropertiesFormat
Inheritance
IPConfigurationProfilePropertiesFormat
Attributes
Implements

Constructors

IPConfigurationProfilePropertiesFormat()

Creates an new IPConfigurationProfilePropertiesFormat instance.

Properties

ProvisioningState

The provisioning state of the IP configuration profile resource.

Subnet

The reference to the subnet resource to create a container network interface ip configuration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPConfigurationProfilePropertiesFormat.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPConfigurationProfilePropertiesFormat.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationProfilePropertiesFormat.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPConfigurationProfilePropertiesFormat into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to