Interface Subnet.Update
-
- All Superinterfaces:
Settable<Network.Update>,Subnet.UpdateStages.WithAddressPrefix,Subnet.UpdateStages.WithDelegation,Subnet.UpdateStages.WithNetworkSecurityGroup,Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies,Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies,Subnet.UpdateStages.WithRouteTable,Subnet.UpdateStages.WithServiceEndpoint
- Enclosing interface:
- Subnet
public static interface Subnet.Update extends Subnet.UpdateStages.WithAddressPrefix, Subnet.UpdateStages.WithNetworkSecurityGroup, Subnet.UpdateStages.WithRouteTable, Subnet.UpdateStages.WithDelegation, Subnet.UpdateStages.WithServiceEndpoint, Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies, Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies, Settable<Network.Update>
The entirety of a subnet update as part of a network update.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Settable
parent
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithAddressPrefix
withAddressPrefix
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithDelegation
withDelegation, withoutDelegation
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithNetworkSecurityGroup
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroup, withoutNetworkSecurityGroup
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies
disableNetworkPoliciesOnPrivateEndpoint, enableNetworkPoliciesOnPrivateEndpoint
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies
disableNetworkPoliciesOnPrivateLinkService, enableNetworkPoliciesOnPrivateLinkService
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithRouteTable
withExistingRouteTable, withExistingRouteTable, withoutRouteTable
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateStages.WithServiceEndpoint
withAccessFromService, withoutAccessFromService
-
-