ReturnT - the next stage of the definitionpublic static interface HasPublicIpAddress.DefinitionStages.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(Creatable<PublicIpAddress> creatable)
Creates a new public IP address to associate with the resource.
|
ReturnT withNewPublicIpAddress(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 © 2020 Microsoft Corporation. All rights reserved.