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