Uses of Interface
com.azure.resourcemanager.network.models.PublicIpAddress
-
Packages that use PublicIpAddress Package Description com.azure.resourcemanager.network.models 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 PublicIpAddress Modifier and Type Method Description PublicIpAddressHasPublicIpAddress. getPublicIpAddress()Methods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpAddress Modifier and Type Method Description Accepted<PublicIpAddress>PublicIpAddress.DefinitionStages.WithCreate. beginCreate()Begins creating the public IP address resource.Mono<PublicIpAddress>HasPublicIpAddress. getPublicIpAddressAsync()Methods in com.azure.resourcemanager.network.models with parameters of type PublicIpAddress Modifier and Type Method Description LoadBalancerPublicFrontendLoadBalancer. findFrontendByPublicIpAddress(PublicIpAddress publicIPAddress)Searches for the public frontend that is associated with the provided public IP address, if one exists.ReturnTHasFrontend.DefinitionStages.WithFrontend. fromExistingPublicIPAddress(PublicIpAddress publicIPAddress)Specifies an existing public IP address to receive network traffic from.ReturnTHasFrontend.UpdateDefinitionStages.WithFrontend. fromExistingPublicIPAddress(PublicIpAddress publicIPAddress)Specifies an existing public IP address to receive network traffic from.NetworkInterface.DefinitionStages.WithCreateNetworkInterface.DefinitionStages.WithPrimaryPublicIPAddress. withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress)Associates an existing public IP address with the network interface's primary IP configuration.NetworkInterface.UpdateNetworkInterface.UpdateStages.WithPrimaryPublicIPAddress. withExistingPrimaryPublicIPAddress(PublicIpAddress publicIPAddress)Associates an existing public IP address with the network interface's primary IP configuration.ReturnTHasPublicIpAddress.DefinitionStages.WithExistingPublicIPAddress. withExistingPublicIpAddress(PublicIpAddress publicIPAddress)Associates an existing public IP address with the resource.ReturnTHasPublicIpAddress.UpdateDefinitionStages.WithExistingPublicIPAddress. withExistingPublicIpAddress(PublicIpAddress publicIPAddress)Associates an existing public IP address with the resource.ReturnTHasPublicIpAddress.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 PublicIpAddress Modifier and Type Method Description ReturnTHasFrontend.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.WithCreateNetworkInterface.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.UpdateNetworkInterface.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.ReturnTHasPublicIpAddress.DefinitionStages.WithNewPublicIPAddressNoDnsLabel. withNewPublicIpAddress(Creatable<PublicIpAddress> creatable)Creates a new public IP address to associate with the resource.ReturnTHasPublicIpAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel. withNewPublicIpAddress(Creatable<PublicIpAddress> creatable)Creates a new public IP address to associate with the resource.ReturnTHasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel. withNewPublicIpAddress(Creatable<PublicIpAddress> creatable)Creates a new public IP address to associate with the resource.
-