IPConfigurationPropertiesFormat 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.
Properties of IP configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationPropertiesFormatTypeConverter))]
public class IPConfigurationPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IPConfigurationPropertiesFormatTypeConverter))>]
type IPConfigurationPropertiesFormat = class
interface IIPConfigurationPropertiesFormat
interface IJsonSerializable
Public Class IPConfigurationPropertiesFormat
Implements IIPConfigurationPropertiesFormat
- Inheritance
-
IPConfigurationPropertiesFormat
- Attributes
- Implements
Constructors
IPConfigurationPropertiesFormat() |
Creates an new IPConfigurationPropertiesFormat instance. |
Properties
PrivateIPAddress |
The private IP address of the IP configuration. |
PrivateIPAllocationMethod |
The private IP address allocation method. |
ProvisioningState |
The provisioning state of the IP configuration resource. |
PublicIPAddress |
The reference to the public IP resource. |
Subnet |
The reference to the subnet resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of IPConfigurationPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of IPConfigurationPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20210301.IIPConfigurationPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of IPConfigurationPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of IPConfigurationPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |