public static interface PublicIpAddress.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIpAddress.DefinitionStages.Blank
The first stage of a public IP address definition.
|
static interface |
PublicIpAddress.DefinitionStages.WithAvailabilityZone
The stage of the IP address definition allowing to specify availability zone.
|
static interface |
PublicIpAddress.DefinitionStages.WithCreate
The stage of the public IP definition which contains all the minimum required inputs for the resource to be
created (via
Creatable.create()), but also allows for any other optional settings to be specified. |
static interface |
PublicIpAddress.DefinitionStages.WithGroup
The stage of the public IP address definition allowing to specify the resource group.
|
static interface |
PublicIpAddress.DefinitionStages.WithIdleTimeout
A public IP address definition allowing the idle timeout to be specified.
|
static interface |
PublicIpAddress.DefinitionStages.WithIPAddress
A public IP address definition allowing to set the IP allocation method (static or dynamic).
|
static interface |
PublicIpAddress.DefinitionStages.WithIpAddressVersion
The stage of the definition allowing to specify IP address version associated with the public IP address.
|
static interface |
PublicIpAddress.DefinitionStages.WithIpTag
The stage of the definition allowing to specify ipTags associated with the public IP address.
|
static interface |
PublicIpAddress.DefinitionStages.WithLeafDomainLabel
A public IP address definition allowing to specify the leaf domain label, if any.
|
static interface |
PublicIpAddress.DefinitionStages.WithReverseFQDN
A public IP address definition allowing the reverse FQDN to be specified.
|
static interface |
PublicIpAddress.DefinitionStages.WithSku
The stage of the IP address definition allowing to specify SKU.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.