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()Gets the associated subnet.ApplicationGatewayIpConfiguration.getSubnet()Gets the subnet the application gateway is in.LoadBalancerPrivateFrontend.getSubnet()Gets associated subnet.VirtualNetworkGatewayIpConfiguration.getSubnet()Gets the subnet the virtual network gateway is in Note, this results in a separate call to Azure.Methods in com.azure.resourcemanager.network.models that return types with arguments of type SubnetModifier and TypeMethodDescriptionHasAssociatedSubnets.listAssociatedSubnets()Gets list of subnets associated with this resource.Network.subnets()Gets subnets of this virtual network.Methods 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.