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.WithIpAddressVersion
The stage of the update allowing to specify IP address version associated with the public IP address.
|
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 © 2021 Microsoft Corporation. All rights reserved.