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