Uses of Interface
com.azure.resourcemanager.network.models.Subnet
Packages that use Subnet
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of Subnet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SubnetModifier and TypeMethodDescriptionApplicationGatewayFrontend.getSubnet()ApplicationGatewayIpConfiguration.getSubnet()LoadBalancerPrivateFrontend.getSubnet()VirtualNetworkGatewayIpConfiguration.getSubnet()Methods in com.azure.resourcemanager.network.models that return types with arguments of type SubnetMethods in com.azure.resourcemanager.network.models 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.NetworkProfile.DefinitionStages.WithContainerNetworkInterfaceConfigurations.withContainerNetworkInterfaceConfiguration(String name, String ipConfigName, Subnet subnet) Specifies the network interface configuration for container.ApplicationGateway.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.PrivateEndpoint.DefinitionStages.WithSubnet.withSubnet(Subnet subnet) Specifies the subnet, from which the private IP will be allocated.