Interface HasPublicIpAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>

Type Parameters:
ReturnT - the next stage of the definition
All Superinterfaces:
HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
All Known Subinterfaces:
HasPublicIpAddress.UpdateStages.WithPublicIPAddress<ReturnT>, LoadBalancerPublicFrontend.Update, LoadBalancerPublicFrontend.UpdateStages.WithPublicIPAddress, NicIpConfiguration.Update, NicIpConfiguration.UpdateStages.WithPublicIPAddress
Enclosing interface:
HasPublicIpAddress.UpdateStages

public static interface HasPublicIpAddress.UpdateStages.WithNewPublicIPAddress<ReturnT> extends HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
The stage of the update allowing to associate the resource with a new public IP address.
  • Method Details

    • withNewPublicIpAddress

      ReturnT withNewPublicIpAddress(String leafDnsLabel)
      Creates a new public IP address in the same region and group as the resource, with the specified DNS label and associates it with the resource.

      The internal name for the public IP address will be derived from the DNS label.

      Parameters:
      leafDnsLabel - the leaf domain label
      Returns:
      the next stage of the definition