ReturnT - the next stage of the updatepublic static interface HasPublicIpAddress.UpdateStages.WithNewPublicIpAddress<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
ReturnT |
withNewPublicIpAddress()
Creates a new public IP address in the same region and group as the resource and associates it with the resource.
|
ReturnT |
withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatable)
Creates a new public IP address to associate with the resource, based on the provided definition.
|
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.
|
ReturnT withNewPublicIpAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIpAddress> creatable)
creatable - a creatable definition for a new public IP addressReturnT withNewPublicIpAddress()
The internal name and DNS label for the public IP address will be derived from the resource's name.
ReturnT withNewPublicIpAddress(String leafDnsLabel)
The internal name for the public IP address will be derived from the DNS label.
leafDnsLabel - the leaf domain label/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/