Share via


SubnetAutoGenerated Class

Definition

Describes the subnet.

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

Constructors

SubnetAutoGenerated()

Creates an new SubnetAutoGenerated instance.

Properties

AddressPrefix

Represents address prefix.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SubnetAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SubnetAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SubnetAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to