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 © 2021 Microsoft Corporation. All rights reserved.