public interface PublicIPPrefix extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.PublicIPPrefixInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<PublicIPPrefix>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<PublicIPPrefix.Update>, UpdatableWithTags<PublicIPPrefix>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIPPrefix.Definition
The entirety of the PublicIPPrefix definition.
|
static interface |
PublicIPPrefix.DefinitionStages
Grouping of PublicIPPrefix definition stages.
|
static interface |
PublicIPPrefix.Update
The template for a PublicIPPrefix update operation, containing all the settings that can be modified.
|
static interface |
PublicIPPrefix.UpdateStages
Grouping of PublicIPPrefix update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>UpdatableWithTags.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
Set<com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId> |
availabilityZones() |
String |
ipPrefix() |
List<IpTag> |
ipTags() |
com.microsoft.azure.SubResource |
loadBalancerFrontendIpConfiguration() |
Integer |
prefixLength() |
ProvisioningState |
provisioningState() |
List<ReferencedPublicIpAddress> |
publicIPAddresses() |
IPVersion |
publicIPAddressVersion() |
String |
resourceGuid() |
PublicIPPrefixSku |
sku() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerrefresh, refreshAsyncupdateupdateTagsString ipPrefix()
com.microsoft.azure.SubResource loadBalancerFrontendIpConfiguration()
Integer prefixLength()
ProvisioningState provisioningState()
List<ReferencedPublicIpAddress> publicIPAddresses()
IPVersion publicIPAddressVersion()
String resourceGuid()
PublicIPPrefixSku sku()
Set<com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId> availabilityZones()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/