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.WithNetworkSecurityGroup
The stage of the subnet update allowing to change the network security group to assign to the subnet.
|
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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/