IPConfigurationPropertiesSubnet Class

Definition

Subnet - Name of Subnet bound to the IP configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationPropertiesSubnetTypeConverter))]
public class IPConfigurationPropertiesSubnet : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfigurationPropertiesSubnet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IPConfigurationPropertiesSubnetTypeConverter))>]
type IPConfigurationPropertiesSubnet = class
    interface IIPConfigurationPropertiesSubnet
    interface IJsonSerializable
Public Class IPConfigurationPropertiesSubnet
Implements IIPConfigurationPropertiesSubnet
Inheritance
IPConfigurationPropertiesSubnet
Attributes
Implements

Constructors

IPConfigurationPropertiesSubnet()

Creates an new IPConfigurationPropertiesSubnet instance.

Properties

Id

ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPConfigurationPropertiesSubnet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPConfigurationPropertiesSubnet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IIPConfigurationPropertiesSubnet.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPConfigurationPropertiesSubnet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to