Uses of Interface
com.microsoft.azure.management.network.Subnet.Update
Packages that use Subnet.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of Subnet.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Subnet.UpdateModifier and TypeMethodDescriptionNetwork.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.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.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.