Interface Subnet.Definition<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Superinterfaces:
Attachable.InDefinition<ParentT>,Subnet.DefinitionStages.Blank<ParentT>,Subnet.DefinitionStages.WithAddressPrefix<ParentT>,Subnet.DefinitionStages.WithAttach<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>
- Enclosing interface:
- Subnet
public static interface Subnet.Definition<ParentT> extends Subnet.DefinitionStages.Blank<ParentT>, Subnet.DefinitionStages.WithAddressPrefix<ParentT>, Subnet.DefinitionStages.WithAttach<ParentT>
The entirety of a Subnet 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.WithAddressPrefix
withAddressPrefix
-
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
-
-