Share via


SubnetPropertiesFormatIPConfigurationReferencesItem Class

Definition

IPConfigurationReference - Describes a IPConfiguration under the virtual network

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

Constructors

SubnetPropertiesFormatIPConfigurationReferencesItem()

Creates an new SubnetPropertiesFormatIPConfigurationReferencesItem instance.

Properties

Id

IPConfigurationID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubnetPropertiesFormatIPConfigurationReferencesItem.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubnetPropertiesFormatIPConfigurationReferencesItem.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubnetPropertiesFormatIPConfigurationReferencesItem into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to