Subnet interface
Describes a Subnet.
Properties
enable |
Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster. |
name | Subnet name. |
network |
Full resource id for the network security group. |
private |
Enable or Disable apply network policies on private end point in the subnet. |
private |
Enable or Disable apply network policies on private link service in the subnet. |
Property Details
enableIpv6
Indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.
enableIpv6?: boolean
Property Value
boolean
name
Subnet name.
name: string
Property Value
string
networkSecurityGroupId
Full resource id for the network security group.
networkSecurityGroupId?: string
Property Value
string
privateEndpointNetworkPolicies
Enable or Disable apply network policies on private end point in the subnet.
privateEndpointNetworkPolicies?: string
Property Value
string
privateLinkServiceNetworkPolicies
Enable or Disable apply network policies on private link service in the subnet.
privateLinkServiceNetworkPolicies?: string
Property Value
string
Azure SDK for JavaScript