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.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.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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/