Uses of Interface
com.microsoft.azure.management.network.PublicIPAddress
Packages that use PublicIPAddress
Package
Description
This package contains the classes for ComputeManagementClient.
This package contains the classes for NetworkManagementClient.
This package contains the common interfaces for resource models in networking.
-
Uses of PublicIPAddress in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return PublicIPAddressModifier and TypeMethodDescriptionVirtualMachine.getPrimaryPublicIPAddress()
Gets the public IP address associated with this virtual machine's primary network interface.Methods in com.microsoft.azure.management.compute with parameters of type PublicIPAddressModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPublicIPAddress.withExistingPrimaryPublicIPAddress
(PublicIPAddress publicIPAddress) Associates an existing public IP address with the VM's primary network interface.Method parameters in com.microsoft.azure.management.compute with type arguments of type PublicIPAddressModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithPublicIPAddress.withNewPrimaryPublicIPAddress
(Creatable<PublicIPAddress> creatable) Creates a new public IP address to associate with the VM's primary network interface. -
Uses of PublicIPAddress in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network 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.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.Method parameters in com.microsoft.azure.management.network with type arguments of type PublicIPAddressModifier and TypeMethodDescriptionNetworkInterface.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. -
Uses of PublicIPAddress in com.microsoft.azure.management.network.model
Methods in com.microsoft.azure.management.network.model that return PublicIPAddressMethods in com.microsoft.azure.management.network.model with parameters of type PublicIPAddressModifier and TypeMethodDescriptionHasFrontend.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.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.microsoft.azure.management.network.model 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.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.