| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Subnet.Definition<ParentT>
The entirety of a Subnet definition.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithServiceEndpoint.withAccessFromService(ServiceEndpointType service)
Specifies a service endpoint to enable access from.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithAddressPrefix.withAddressPrefix(String cidr)
Specifies the IP address space of the subnet, within the address space of the network.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(NetworkSecurityGroup nsg)
Assigns an existing network security group to this subnet.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithNetworkSecurityGroup.withExistingNetworkSecurityGroup(String resourceId)
Assigns an existing network security group to this subnet.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithRouteTable.withExistingRouteTable(RouteTable routeTable)
Specifies an existing route table to associate with the subnet.
|
Subnet.DefinitionStages.WithAttach<ParentT> |
Subnet.DefinitionStages.WithRouteTable.withExistingRouteTable(String resourceId)
Specifies an existing route table to associate with the subnet.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/