SubnetPropertiesFormat 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 the subnet.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetPropertiesFormatTypeConverter))]
public class SubnetPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormat
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetPropertiesFormatTypeConverter))>]
type SubnetPropertiesFormat = class
interface ISubnetPropertiesFormat
interface IJsonSerializable
Public Class SubnetPropertiesFormat
Implements ISubnetPropertiesFormat
- Inheritance
-
SubnetPropertiesFormat
- Attributes
- Implements
Constructors
SubnetPropertiesFormat() |
Creates an new SubnetPropertiesFormat instance. |
Properties
AddressPrefix |
The address prefix for the subnet: Cidr for this subnet - IPv4, IPv6. |
AddressPrefixes |
List of address prefixes for the subnet. |
IPAllocationMethod |
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic' |
IPConfigurationReference |
IPConfigurationReferences - list of IPConfigurationReferences |
IPPool |
network associated pool of IP Addresses |
Route |
Collection of routes contained within a route table. |
RouteTableEtag |
A unique read-only string that changes whenever the resource is updated. |
RouteTableName |
Resource name. |
RouteTableType |
Resource type. |
Vlan |
Vlan to use for the subnet |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SubnetPropertiesFormat. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SubnetPropertiesFormat. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.ISubnetPropertiesFormat. |
FromJsonString(String) |
Creates a new instance of SubnetPropertiesFormat, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SubnetPropertiesFormat into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |