Uses of Interface
com.microsoft.azure.management.network.Subnet
-
Packages that use Subnet 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. -
-
Uses of Subnet in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return Subnet Modifier and Type Method Description SubnetApplicationGatewayFrontend. getSubnet()SubnetApplicationGatewayIPConfiguration. getSubnet()SubnetLoadBalancerPrivateFrontend. getSubnet()SubnetVirtualNetworkGatewayIPConfiguration. getSubnet()Methods in com.microsoft.azure.management.network that return types with arguments of type Subnet Modifier and Type Method Description Map<String,Subnet>Network. subnets()Methods in com.microsoft.azure.management.network with parameters of type Subnet Modifier and Type Method Description ApplicationGateway.DefinitionStages.WithCreateApplicationGateway.DefinitionStages.WithExistingSubnet. withExistingSubnet(Subnet subnet)Specifies the subnet the application gateway gets its private IP address from.ApplicationGateway.UpdateApplicationGateway.UpdateStages.WithExistingSubnet. withExistingSubnet(Subnet subnet)Specifies the subnet the application gateway gets 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.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.ApplicationGatewayIPConfiguration.UpdateApplicationGatewayIPConfiguration.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.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. -
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 Subnet Modifier and Type Method Description List<Subnet>HasAssociatedSubnets. listAssociatedSubnets()Methods in com.microsoft.azure.management.network.model with parameters of type Subnet Modifier and Type Method Description ReturnTHasFrontend.DefinitionStages.WithFrontend. fromExistingSubnet(Subnet subnet)Specifies an existing private subnet to receive network traffic from.ReturnTHasFrontend.UpdateDefinitionStages.WithFrontend. fromExistingSubnet(Subnet subnet)Specifies an existing private subnet to receive network traffic from.
-