public static interface Subnet.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Subnet.UpdateStages.WithAddressPrefix
The stage of the subnet update allowing to change the address space for the subnet.
|
static interface |
Subnet.UpdateStages.WithDelegation
The stage of the subnet definition allowing to specify the subnet delegation.
|
static interface |
Subnet.UpdateStages.WithNetworkSecurityGroup
The stage of the subnet update allowing to change the network security group to assign to the subnet.
|
static interface |
Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies
The stage of a subnet update for applying network policies on private endpoint.
|
static interface |
Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies
The stage of a subnet definition for applying network policies on private link service.
|
static interface |
Subnet.UpdateStages.WithRouteTable
The stage of a subnet update allowing to specify a route table to associate with the subnet, or remove an
existing association.
|
static interface |
Subnet.UpdateStages.WithServiceEndpoint
The stage of a subnet definition allowing to enable or disable access from a service endpoint to the subnet.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.