Uses of Interface
com.azure.resourcemanager.network.models.NicIpConfiguration.DefinitionStages.WithAttach
Packages that use NicIpConfiguration.DefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NicIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of NicIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceNicIpConfiguration.Definition<ParentT>The entirety of the network interface IP configuration definition.Subinterfaces with type arguments of type NicIpConfiguration.DefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the network interface IP configuration definition allowing to specify private IP address within a virtual network subnet.static interfaceThe stage of the network interface IP configuration definition allowing to associate it with a public IP address.Methods in com.azure.resourcemanager.network.models that return NicIpConfiguration.DefinitionStages.WithAttachModifier and TypeMethodDescriptionNicIpConfiguration.DefinitionStages.WithApplicationGateway.withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName) Specifies the application gateway backend to associate this IP configuration with.NicIpConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName) Specifies the load balancer backend to associate this IP configuration with.NicIpConfiguration.DefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.NicIpConfiguration.DefinitionStages.WithPrivateIP.withPrivateIpVersion(IpVersion ipVersion) Specifies the IP version for the private IP address.NicIpConfiguration.DefinitionStages.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.