Package | Description |
---|---|
com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
com.microsoft.azure.management.network.model |
This package contains the common interfaces for resource models in networking.
|
Modifier and Type | Method and Description |
---|---|
Subnet |
ApplicationGatewayIPConfiguration.getSubnet() |
Subnet |
LoadBalancerPrivateFrontend.getSubnet() |
Subnet |
ApplicationGatewayFrontend.getSubnet() |
Subnet |
VirtualNetworkGatewayIPConfiguration.getSubnet() |
Modifier and Type | Method and Description |
---|---|
Map<String,Subnet> |
Network.subnets() |
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
HasAssociatedSubnets.listAssociatedSubnets() |
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.
|
Copyright © 2019. All rights reserved.