ReturnT - the next stage of the definitionpublic static interface HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddress<ReturnT> extends HasPublicIPAddress.UpdateDefinitionStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
| Modifier and Type | Method and Description |
|---|---|
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.
|
withNewPublicIPAddress, withNewPublicIPAddressReturnT 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.
*/