Uses of Interface
com.azure.resourcemanager.network.models.NicIpConfiguration.UpdateDefinitionStages.WithAttach
Packages that use NicIpConfiguration.UpdateDefinitionStages.WithAttach
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NicIpConfiguration.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of NicIpConfiguration.UpdateDefinitionStages.WithAttach in com.azure.resourcemanager.network.modelsModifier and TypeInterfaceDescriptionstatic interfaceNicIpConfiguration.UpdateDefinition<ParentT>The entirety of a network interface IP configuration definition as part of a network interface update.Subinterfaces with type arguments of type NicIpConfiguration.UpdateDefinitionStages.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.UpdateDefinitionStages.WithAttachModifier and TypeMethodDescriptionNicIpConfiguration.UpdateDefinitionStages.WithApplicationGateway.withExistingApplicationGatewayBackend(ApplicationGateway appGateway, String backendName) Specifies the application gateway backend to associate this IP configuration with.NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerBackend(LoadBalancer loadBalancer, String backendName) Specifies the load balancer to associate this IP configuration with.NicIpConfiguration.UpdateDefinitionStages.WithLoadBalancer.withExistingLoadBalancerInboundNatRule(LoadBalancer loadBalancer, String inboundNatRuleName) Specifies the load balancer inbound NAT rule to associate this IP configuration with.NicIpConfiguration.UpdateDefinitionStages.WithPrivateIP.withPrivateIpVersion(IpVersion ipVersion) Specifies the IP version for the private IP address.NicIpConfiguration.UpdateDefinitionStages.WithPublicIPAddressDeleteOptions.withPublicIPAddressDeleteOptions(DeleteOptions deleteOptions) Sets delete options for public ip address.