Interface Subnet.UpdateDefinition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate<ParentT>,Subnet.UpdateDefinitionStages.Blank<ParentT>,Subnet.UpdateDefinitionStages.WithAddressPrefix<ParentT>,Subnet.UpdateDefinitionStages.WithAttach<ParentT>,Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup<ParentT>,Subnet.UpdateDefinitionStages.WithRouteTable<ParentT>,Subnet.UpdateDefinitionStages.WithServiceEndpoint<ParentT>
- Enclosing interface:
- Subnet
public static interface Subnet.UpdateDefinition<ParentT> extends Subnet.UpdateDefinitionStages.Blank<ParentT>, Subnet.UpdateDefinitionStages.WithAddressPrefix<ParentT>, Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup<ParentT>, Subnet.UpdateDefinitionStages.WithAttach<ParentT>
The entirety of a subnet definition as part of a virtual network update.
-
-
Method Summary
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.microsoft.azure.management.network.Subnet.UpdateDefinitionStages.WithAddressPrefix
withAddressPrefix
-
Methods inherited from interface com.microsoft.azure.management.network.Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroup
-
Methods inherited from interface com.microsoft.azure.management.network.Subnet.UpdateDefinitionStages.WithRouteTable
withExistingRouteTable, withExistingRouteTable
-
Methods inherited from interface com.microsoft.azure.management.network.Subnet.UpdateDefinitionStages.WithServiceEndpoint
withAccessFromService
-
-