Interface Subnet.UpdateStages
-
- Enclosing interface:
- Subnet
public static interface Subnet.UpdateStagesGrouping of subnet update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSubnet.UpdateStages.WithAddressPrefixThe stage of the subnet update allowing to change the address space for the subnet.static interfaceSubnet.UpdateStages.WithDelegationThe stage of the subnet definition allowing to specify the subnet delegation.static interfaceSubnet.UpdateStages.WithNetworkSecurityGroupThe stage of the subnet update allowing to change the network security group to assign to the subnet.static interfaceSubnet.UpdateStages.WithPrivateEndpointNetworkPoliciesThe stage of a subnet update for applying network policies on private endpoint.static interfaceSubnet.UpdateStages.WithPrivateLinkServiceNetworkPoliciesThe stage of a subnet definition for applying network policies on private link service.static interfaceSubnet.UpdateStages.WithRouteTableThe stage of a subnet update allowing to specify a route table to associate with the subnet, or remove an existing association.static interfaceSubnet.UpdateStages.WithServiceEndpointThe stage of a subnet definition allowing to enable or disable access from a service endpoint to the subnet.
-