Interface Subnet.DefinitionStages
-
- Enclosing interface:
- Subnet
public static interface Subnet.DefinitionStagesGrouping of subnet definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubnet.DefinitionStages.Blank<ParentT>The first stage of the subnet definition.static interfaceSubnet.DefinitionStages.WithAddressPrefix<ParentT>The stage of the subnet definition allowing to specify the address space for the subnet.static interfaceSubnet.DefinitionStages.WithAttach<ParentT>The final stage of the subnet definition.static interfaceSubnet.DefinitionStages.WithDelegation<ParentT>The stage of the subnet definition allowing to specify the subnet delegation.static interfaceSubnet.DefinitionStages.WithNetworkSecurityGroup<ParentT>The stage of the subnet definition allowing to specify the network security group to assign to the subnet.static interfaceSubnet.DefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>The stage of a subnet definition for applying network policies on private endpoint.static interfaceSubnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies<ParentT>The stage of a subnet definition for applying network policies on private link service.static interfaceSubnet.DefinitionStages.WithRouteTable<ParentT>The stage of a subnet definition allowing to specify a route table to associate with the subnet.static interfaceSubnet.DefinitionStages.WithServiceEndpoint<ParentT>The stage of a subnet definition allowing to enable access from a service endpoint to the subnet.
-