Interface Subnet.DefinitionStages.WithAttach<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,Subnet.DefinitionStages.WithDelegation<ParentT>,Subnet.DefinitionStages.WithNetworkSecurityGroup<ParentT>,Subnet.DefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>,Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies<ParentT>,Subnet.DefinitionStages.WithRouteTable<ParentT>,Subnet.DefinitionStages.WithServiceEndpoint<ParentT>
- All Known Subinterfaces:
Subnet.Definition<ParentT>
- Enclosing interface:
- Subnet.DefinitionStages
public static interface Subnet.DefinitionStages.WithAttach<ParentT> extends Attachable.InDefinition<ParentT>, Subnet.DefinitionStages.WithNetworkSecurityGroup<ParentT>, Subnet.DefinitionStages.WithRouteTable<ParentT>, Subnet.DefinitionStages.WithDelegation<ParentT>, Subnet.DefinitionStages.WithServiceEndpoint<ParentT>, Subnet.DefinitionStages.WithPrivateEndpointNetworkPolicies<ParentT>, Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies<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.InDefinition
attach
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithDelegation
withDelegation
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithNetworkSecurityGroup
withExistingNetworkSecurityGroup, withExistingNetworkSecurityGroup
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithPrivateEndpointNetworkPolicies
disableNetworkPoliciesOnPrivateEndpoint
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies
disableNetworkPoliciesOnPrivateLinkService
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithRouteTable
withExistingRouteTable, withExistingRouteTable
-
Methods inherited from interface com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithServiceEndpoint
withAccessFromService
-
-