public static interface PublicIPAddress.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIPAddress.UpdateStages.WithIdleTimout
A public IP address update allowing the idle timeout to be changed.
|
static interface |
PublicIPAddress.UpdateStages.WithIPAddress
A public IP address update allowing to change the IP allocation method (static or dynamic).
|
static interface |
PublicIPAddress.UpdateStages.WithIpTag
The stage of the update allowing to specify ipTags associated with the public IP address.
|
static interface |
PublicIPAddress.UpdateStages.WithLeafDomainLabel
A public IP address update allowing to change the leaf domain label, if any.
|
static interface |
PublicIPAddress.UpdateStages.WithReverseFQDN
A public IP address update allowing the reverse FQDN to be changed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/