Share via


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