Uses of Interface
com.microsoft.azure.management.network.model.HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress
-
Packages that use HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress in com.microsoft.azure.management.network
Subinterfaces of HasPublicIPAddress.UpdateDefinitionStages.WithPublicIPAddress in com.microsoft.azure.management.network Modifier and Type Interface Description static interfaceLoadBalancerPublicFrontend.UpdateDefinition<ParentT>The entirety of a public frontend definition as part of an Internet-facing load balancer update.static interfaceLoadBalancerPublicFrontend.UpdateDefinitionStages.Blank<ParentT>The first stage of a public frontend definition.static interfaceLoadBalancerPublicFrontend.UpdateDefinitionStages.WithPublicIPAddress<ParentT>The stage of a public frontend definition allowing to specify an existing public IP address.static interfaceNicIPConfiguration.UpdateDefinition<ParentT>The entirety of a network interface IP configuration definition as part of a network interface update.static interfaceNicIPConfiguration.UpdateDefinitionStages.WithAttach<ParentT>The final stage of network interface IP configuration.static interfaceNicIPConfiguration.UpdateDefinitionStages.WithPublicIPAddress<ParentT>The stage of the network interface IP configuration definition allowing to associate it with a public IP address.
-