Interface Subnet.UpdateDefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InUpdate<ParentT>,Subnet.UpdateDefinitionStages.WithDelegation<ParentT>,Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup<ParentT>,Subnet.UpdateDefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>,Subnet.UpdateDefinitionStages.WithRouteTable<ParentT>,Subnet.UpdateDefinitionStages.WithServiceEndpoint<ParentT>
- All Known Subinterfaces:
Subnet.UpdateDefinition<ParentT>
- Enclosing interface:
- Subnet.UpdateDefinitionStages
public static interface Subnet.UpdateDefinitionStages.WithAttach<ParentT> extends Attachable.InUpdate<ParentT>, Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup<ParentT>, Subnet.UpdateDefinitionStages.WithRouteTable<ParentT>, Subnet.UpdateDefinitionStages.WithDelegation<ParentT>, Subnet.UpdateDefinitionStages.WithServiceEndpoint<ParentT>, Subnet.UpdateDefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>
The final stage of the subnet definition.At this stage, any remaining optional settings can be specified, or the subnet definition can be attached to the parent virtual network definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Attachable.InUpdate
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateDefinitionStages.WithDelegation
withDelegation
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateDefinitionStages.WithNetworkSecurityGroup
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroup
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateDefinitionStages.WithPrivateEndpointNetworkPolicies
disableNetworkPoliciesOnPrivateEndpoint
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateDefinitionStages.WithRouteTable
withExistingRouteTable, withExistingRouteTable
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.UpdateDefinitionStages.WithServiceEndpoint
withAccessFromService
-
-