Freigeben über


ISubnet Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetTypeConverter))]
public interface ISubnet : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.SubnetTypeConverter))>]
type ISubnet = interface
    interface IJsonSerializable
Public Interface ISubnet
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

Name

Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.

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)

Applies to