Subnet.Update |
Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies.disableNetworkPoliciesOnPrivateEndpoint() |
Disables applying network policies on private endpoint.
|
Subnet.Update |
Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies.disableNetworkPoliciesOnPrivateLinkService() |
Disables applying network policies on private link service.
|
Subnet.Update |
Subnet.UpdateStages.WithPrivateEndpointNetworkPolicies.enableNetworkPoliciesOnPrivateEndpoint() |
Enables applying network policies on private endpoint.
|
Subnet.Update |
Subnet.UpdateStages.WithPrivateLinkServiceNetworkPolicies.enableNetworkPoliciesOnPrivateLinkService() |
Enables applying network policies on private link service.
|
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.WithDelegation.withDelegation(String serviceName) |
Specifies a subnet delegation.
|
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.WithDelegation.withoutDelegation(String serviceName) |
Removes a subnet delegation.
|
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.
|