Uses of Interface
com.azure.resourcemanager.network.models.PublicIpAddress
Packages that use PublicIpAddress
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpAddress in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PublicIpAddressMethods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpAddressModifier and TypeMethodDescriptionPublicIpAddress.DefinitionStages.WithCreate.beginCreate()Begins creating the public IP address resource.HasPublicIpAddress.getPublicIpAddressAsync()Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpAddressModifier and TypeMethodDescriptionLoadBalancer.findFrontendByPublicIpAddress(PublicIpAddress publicIPAddress) Searches for the public frontend that is associated with the provided public IP address, if one exists.HasFrontend.DefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIpAddress publicIPAddress) Specifies an existing public IP address to receive network traffic from.HasFrontend.UpdateDefinitionStages.WithFrontend.fromExistingPublicIPAddress(PublicIpAddress publicIPAddress) Specifies an existing public IP address to receive network traffic from.NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the network interface's primary IP configuration.NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the network interface's primary IP configuration.HasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress.withExistingPublicIpAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the resource.HasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress.withExistingPublicIpAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the resource.HasPublicIpAddress.UpdateStages.WithExistingPublicIPAddress.withExistingPublicIpAddress(PublicIpAddress publicIPAddress) Associates an existing public IP address with the resource.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PublicIpAddressModifier and TypeMethodDescriptionHasFrontend.DefinitionStages.WithFrontend.fromNewPublicIPAddress(Creatable<PublicIpAddress> pipDefinition) Specifies that network traffic should be received on a new public IP address that is to be created along with the load balancer based on the provided definition.NetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIpAddress> creatable) Create a new public IP address to associate with network interface's primary IP configuration, based on the provided definition.NetworkInterface.UpdateStages.WithPrimaryPublicIPAddress.withNewPrimaryPublicIPAddress(Creatable<PublicIpAddress> creatable) Create a new public IP address to associate the network interface's primary IP configuration, based on the provided definition.HasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIpAddress(Creatable<PublicIpAddress> creatable) Creates a new public IP address to associate with the resource.HasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIpAddress(Creatable<PublicIpAddress> creatable) Creates a new public IP address to associate with the resource.HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel.withNewPublicIpAddress(Creatable<PublicIpAddress> creatable) Creates a new public IP address to associate with the resource.