public static interface PublicIpPrefix.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIpPrefix.DefinitionStages.Blank
The first stage of a PublicIpPrefix definition.
|
static interface |
PublicIpPrefix.DefinitionStages.WithAvailabilityZone
The stage of the Ip public prefix definition allowing to specify availability zone.
|
static interface |
PublicIpPrefix.DefinitionStages.WithCreate
The stage of the 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 |
PublicIpPrefix.DefinitionStages.WithGroup
The stage of the PublicIpPrefix definition allowing to specify the resource group.
|
static interface |
PublicIpPrefix.DefinitionStages.WithIpTags
The stage of the publicipprefix definition allowing to specify IpTags.
|
static interface |
PublicIpPrefix.DefinitionStages.WithPrefixLength
The stage of the publicipprefix definition allowing to specify PrefixLength.
|
static interface |
PublicIpPrefix.DefinitionStages.WithPublicIpAddressVersion
The stage of the publicipprefix definition allowing to specify PublicIpAddressVersion.
|
static interface |
PublicIpPrefix.DefinitionStages.WithSku
The stage of the publicipprefix definition allowing to specify Sku.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.