Uses of Interface
com.microsoft.azure.management.network.Subnet
Packages that use Subnet
Package
Description
This package contains the classes for NetworkManagementClient.
This package contains the common interfaces for resource models in networking.
-
Uses of Subnet in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return SubnetModifier and TypeMethodDescriptionApplicationGatewayFrontend.getSubnet()
ApplicationGatewayIPConfiguration.getSubnet()
LoadBalancerPrivateFrontend.getSubnet()
VirtualNetworkGatewayIPConfiguration.getSubnet()
Methods in com.microsoft.azure.management.network that return types with arguments of type SubnetMethods in com.microsoft.azure.management.network with parameters of type SubnetModifier and TypeMethodDescriptionApplicationGateway.DefinitionStages.WithExistingSubnet.withExistingSubnet
(Subnet subnet) Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.UpdateStages.WithExistingSubnet.withExistingSubnet
(Subnet subnet) Specifies the subnet the application gateway gets its private IP address from.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.UpdateDefinitionStages.WithSubnet.withExistingSubnet
(Subnet subnet) Specifies an existing subnet the application gateway should be part of and get its private IP address from.ApplicationGatewayIPConfiguration.UpdateStages.WithSubnet.withExistingSubnet
(Subnet subnet) Specifies an existing subnet the application gateway should be part of and get its private IP address from.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. -
Uses of Subnet in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return types with arguments of type SubnetMethods in com.microsoft.azure.management.network.model with parameters of type SubnetModifier and TypeMethodDescriptionHasFrontend.DefinitionStages.WithFrontend.fromExistingSubnet
(Subnet subnet) Specifies an existing private subnet to receive network traffic from.HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingSubnet
(Subnet subnet) Specifies an existing private subnet to receive network traffic from.