Uses of Interface
com.azure.resourcemanager.network.models.Subnet.DefinitionStages.WithAttach
Packages that use Subnet.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Subnet.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of Subnet.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceSubnet.Definition<ParentT>The entirety of a Subnet definition.Methods in com.azure.resourcemanager.network.models that return Subnet.DefinitionStages.WithAttachModifier and TypeMethodDescriptionSubnet.DefinitionStages.WithPrivateEndpointNetworkPolicies.disableNetworkPoliciesOnPrivateEndpoint()Disables applying network policies on private endpoint.Subnet.DefinitionStages.WithPrivateLinkServiceNetworkPolicies.disableNetworkPoliciesOnPrivateLinkService()Disables applying network policies on private link service.Subnet.DefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Subnet.DefinitionStages.WithAddressPrefix.withAddressPrefix(String cidr) Specifies the IP address space of the subnet, within the address space of the network.Subnet.DefinitionStages.WithDelegation.withDelegation(String serviceName) Specifies a subnet delegation.Subnet.DefinitionStages.WithNatGateway.withExistingNatGateway(String resourceId) Specifies an existing NAT gateway to associate with the subnet.Subnet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg) Assigns an existing network security group to this subnet.Subnet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(String resourceId) Assigns an existing network security group to this subnet.Subnet.DefinitionStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.Subnet.DefinitionStages.WithRouteTable.withExistingRouteTable(String resourceId) Specifies an existing route table to associate with the subnet.