ISubnetPropertiesFormat Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetPropertiesFormatTypeConverter))]
public interface ISubnetPropertiesFormat : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetPropertiesFormatTypeConverter))>]
type ISubnetPropertiesFormat = interface
interface IJsonSerializable
Public Interface ISubnetPropertiesFormat
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |