ReturnT - the next stage of the definitionpublic static interface HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<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.
|
ReturnT withNewPublicIPAddress(com.microsoft.azure.management.resources.fluentcore.model.Creatable<PublicIPAddress> creatable)
creatable - a creatable definition for a new public IPReturnT withNewPublicIPAddress()
The internal name and DNS label for the public IP address will be derived from the resource's name.
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/