| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Subnet |
ApplicationGatewayFrontend.getSubnet() |
Subnet |
VirtualNetworkGatewayIpConfiguration.getSubnet() |
Subnet |
LoadBalancerPrivateFrontend.getSubnet() |
Subnet |
ApplicationGatewayIpConfiguration.getSubnet() |
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
HasFrontend.DefinitionStages.WithFrontend.fromExistingSubnet(Subnet subnet)
Specifies an existing private subnet to receive network traffic from.
|
ReturnT |
HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingSubnet(Subnet subnet)
Specifies an existing private subnet to receive network traffic from.
|
NetworkProfile.DefinitionStages.WithCreate |
NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations.withContainerNetworkInterfaceConfiguration(String name,
String ipConfigName,
Subnet subnet)
Specifies the network interface configuration for container.
|
ApplicationGateway.DefinitionStages.WithCreate |
ApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet(Subnet subnet)
Specifies the subnet the application gateway gets its private IP address from.
|
ApplicationGateway.Update |
ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet(Subnet subnet)
Specifies the subnet the application gateway gets its private IP address from.
|
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> |
VirtualNetworkGatewayIpConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the virtual network gateway should be part of and get its private IP address
from.
|
ApplicationGatewayIpConfiguration.DefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIpConfiguration.DefinitionStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
ApplicationGatewayIpConfiguration.Update |
ApplicationGatewayIpConfiguration.UpdateStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithAttach<ParentT> |
ApplicationGatewayIpConfiguration.UpdateDefinitionStages.WithSubnet.withExistingSubnet(Subnet subnet)
Specifies an existing subnet the application gateway should be part of and get its private IP address
from.
|
PrivateEndpoint.DefinitionStages.WithPrivateLinkServiceConnection |
PrivateEndpoint.DefinitionStages.WithSubnet.withSubnet(Subnet subnet)
Specifies the subnet, from which the private IP will be allocated.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.