Share via


Subnet Class

Definition

Describes a Subnet.

public class Subnet
type Subnet = class
Public Class Subnet
Inheritance
Subnet

Constructors

Subnet()

Initializes a new instance of the Subnet class.

Subnet(String, Nullable<Boolean>, String, String, String)

Initializes a new instance of the Subnet class.

Properties

EnableIpv6

Gets or sets indicates wether to enable Ipv6 or not. If not provided, it will take the same configuration as the cluster.

Name

Gets or sets subnet name.

NetworkSecurityGroupId

Gets or sets full resource id for the network security group.

PrivateEndpointNetworkPolicies

Gets or sets enable or Disable apply network policies on private end point in the subnet. Possible values include: 'enabled', 'disabled'

PrivateLinkServiceNetworkPolicies

Gets or sets enable or Disable apply network policies on private link service in the subnet. Possible values include: 'enabled', 'disabled'

Methods

Validate()

Validate the object.

Applies to