Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Subnet.Update |
Network.UpdateStages.WithSubnet.updateSubnet(String name)
Begins the description of an update of an existing subnet of this network.
|
Subnet.Update |
Subnet.UpdateStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.Update |
Subnet.UpdateStages.WithAddressPrefix.withAddressPrefix(String cidr)
Specifies the IP address space of the subnet, within the address space of the network.
|
Subnet.Update |
Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg)
Assigns an existing network security group to this subnet.
|
Subnet.Update |
Subnet.UpdateStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(String resourceId)
Assigns an existing network security group to this subnet.
|
Subnet.Update |
Subnet.UpdateStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable)
Specifies an existing route table to associate with the subnet.
|
Subnet.Update |
Subnet.UpdateStages.WithRouteTable.withExistingRouteTable(String resourceId)
Specifies an existing route table to associate with the subnet.
|
Subnet.Update |
Subnet.UpdateStages.WithServiceEndpoint.withoutAccessFromService(ServiceEndpointType service)
Specifies that existing access from a service endpoint should be removed.
|
Subnet.Update |
Subnet.UpdateStages.WithNetworkSecurityGroup.withoutNetworkSecurityGroup()
Removes the association of this subnet with any network security group.
|
Subnet.Update |
Subnet.UpdateStages.WithRouteTable.withoutRouteTable()
Removes the association with a route table, if any.
|
Copyright © 2019. All rights reserved.