Interface HasPublicIpAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>

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

public static interface 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(Creatable<PublicIpAddress> creatable)
      Creates a new public IP address to associate with the resource.
      Parameters:
      creatable - a creatable definition for a new public IP
      Returns:
      the next stage of the definition
    • withNewPublicIpAddress

      ReturnT withNewPublicIpAddress()
      Creates a new public IP address in the same region and group as the resource and associates it with the resource.

      The internal name and DNS label for the public IP address will be derived from the resource's name.

      Returns:
      the next stage of the definition