| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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.WithDelegation.withDelegation(String serviceName)
Specifies a subnet delegation.
|
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 © 2020 Microsoft Corporation. All rights reserved.