Uses of Interface
com.azure.resourcemanager.network.models.Subnet.Update
Packages that use Subnet.Update
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Subnet.Update in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return Subnet.UpdateModifier and TypeMethodDescriptionSubnet.UpdateStages.WithPrivateEndpointNetworkPolicies.disableNetworkPoliciesOnPrivateEndpoint()Disables applying network policies on private endpoint.Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies.disableNetworkPoliciesOnPrivateLinkService()Disables applying network policies on private link service.Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies.enableNetworkPoliciesOnPrivateEndpoint()Enables applying network policies on private endpoint.Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies.enableNetworkPoliciesOnPrivateLinkService()Enables applying network policies on private link service.Network.UpdateStages.WithSubnet.updateSubnet(String name) Begins the description of an update of an existing subnet of this network.Subnet.UpdateStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service) Specifies a service endpoint to enable access from.Subnet.UpdateStages.WithAddressPrefix.withAddressPrefix(String cidr) Specifies the IP address space of the subnet, within the address space of the network.Subnet.UpdateStages.WithAddressPrefix.withAddressPrefixes(Collection<String> addressPrefixes) Specifies the IP address spaces of the subnet, within the address space of the network.Subnet.UpdateStages.WithDelegation.withDelegation(String serviceName) Specifies a subnet delegation.Subnet.UpdateStages.WithNatGateway.withExistingNatGateway(String resourceId) Specifies an existing NAT gateway to associate with the subnet.Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg) Assigns an existing network security group to this subnet.Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(String resourceId) Assigns an existing network security group to this subnet.Subnet.UpdateStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable) Specifies an existing route table to associate with the subnet.Subnet.UpdateStages.WithRouteTable.withExistingRouteTable(String resourceId) Specifies an existing route table to associate with the subnet.Subnet.UpdateStages.WithServiceEndpoint.withoutAccessFromService(ServiceEndpointType service) Specifies that existing access from a service endpoint should be removed.Subnet.UpdateStages.WithDelegation.withoutDelegation(String serviceName) Removes a subnet delegation.Subnet.UpdateStages.WithNetworkSecurityGroup.withoutNetworkSecurityGroup()Removes the association of this subnet with any network security group.Subnet.UpdateStages.WithRouteTable.withoutRouteTable()Removes the association with a route table, if any.