| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIPPrefix.Definition
The entirety of the PublicIPPrefix definition.
|
| Modifier and Type | Method and Description |
|---|---|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId zoneId)
Specifies the availability zone for the IP address.
|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithIpTags.withIpTags(List<IpTag> ipTags)
Specifies ipTags.
|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithPrefixLength.withPrefixLength(Integer prefixLength)
Specifies prefixLength.
|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithPublicIPAddressVersion.withPublicIPAddressVersion(IPVersion publicIPAddressVersion)
Specifies publicIPAddressVersion.
|
PublicIPPrefix.DefinitionStages.WithCreate |
PublicIPPrefix.DefinitionStages.WithSku.withSku(PublicIPPrefixSku sku)
Specifies sku.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/