Interface PublicIPPrefix
- All Superinterfaces:
GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,
,com.microsoft.azure.management.network.implementation.PublicIPPrefixInner> HasId
,HasInner<com.microsoft.azure.management.network.implementation.PublicIPPrefixInner>
,HasManager<com.microsoft.azure.management.network.implementation.NetworkManager>
,HasName
,HasResourceGroup
,Indexable
,Refreshable<PublicIPPrefix>
,Resource
,Updatable<PublicIPPrefix.Update>
,UpdatableWithTags<PublicIPPrefix>
public interface PublicIPPrefix
extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.PublicIPPrefixInner>, Refreshable<PublicIPPrefix>, Updatable<PublicIPPrefix.Update>, UpdatableWithTags<PublicIPPrefix>
Type representing PublicIPPrefix.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of the PublicIPPrefix definition.static interface
Grouping of PublicIPPrefix definition stages.static interface
The template for a PublicIPPrefix update operation, containing all the settings that can be modified.static interface
Grouping of PublicIPPrefix update stages.Nested classes/interfaces inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>
Nested classes/interfaces inherited from interface com.microsoft.azure.management.network.model.UpdatableWithTags
UpdatableWithTags.UpdateWithTags<T>
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Refreshable
refresh, refreshAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable
update
Methods inherited from interface com.microsoft.azure.management.network.model.UpdatableWithTags
updateTags
-
Method Details
-
ipPrefix
String ipPrefix()- Returns:
- the ipPrefix value.
-
ipTags
- Returns:
- the ipTags value.
-
loadBalancerFrontendIpConfiguration
com.microsoft.azure.SubResource loadBalancerFrontendIpConfiguration()- Returns:
- the loadBalancerFrontendIpConfiguration value.
-
prefixLength
Integer prefixLength()- Returns:
- the prefixLength value.
-
provisioningState
ProvisioningState provisioningState()- Returns:
- the provisioningState value.
-
publicIPAddresses
List<ReferencedPublicIpAddress> publicIPAddresses()- Returns:
- the publicIPAddresses value.
-
publicIPAddressVersion
IPVersion publicIPAddressVersion()- Returns:
- the publicIPAddressVersion value.
-
resourceGuid
String resourceGuid()- Returns:
- the resourceGuid value.
-
sku
PublicIPPrefixSku sku()- Returns:
- the sku value.
-
availabilityZones
Set<AvailabilityZoneId> availabilityZones()- Returns:
- the availability zones assigned to the public IP prefix
-