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