public static interface HasPublicIPAddress.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasPublicIPAddress.UpdateStages.WithExistingPublicIPAddress<ReturnT>
The stage of the update allowing to associate the resource with an existing public IP address.
|
static interface |
HasPublicIPAddress.UpdateStages.WithNewPublicIPAddress<ReturnT>
The stage of the update allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIPAddress.UpdateStages.WithNewPublicIPAddressNoDnsLabel<ReturnT>
The stage of the update allowing to associate the resource with a new public IP address.
|
static interface |
HasPublicIPAddress.UpdateStages.WithPublicIPAddress<ReturnT>
The stage definition allowing to associate the resource with a public IP address.
|
static interface |
HasPublicIPAddress.UpdateStages.WithPublicIPAddressNoDnsLabel<ReturnT>
The stage of the update allowing to associate the resource with a public IP address,
but not allowing to create one with a DNS leaf label.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/