public interface PublicIPAddress extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.PublicIPAddressInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<PublicIPAddress>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<PublicIPAddress.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
PublicIPAddress.Definition
Container interface for all the definitions.
|
static interface |
PublicIPAddress.DefinitionStages
Grouping of public IP address definition stages.
|
static interface |
PublicIPAddress.Update
Container interface for all the updates.
|
static interface |
PublicIPAddress.UpdateStages
Grouping of public IP address 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>| Modifier and Type | Method and Description |
|---|---|
String |
fqdn() |
LoadBalancerPublicFrontend |
getAssignedLoadBalancerFrontend() |
NicIPConfiguration |
getAssignedNetworkInterfaceIPConfiguration() |
boolean |
hasAssignedLoadBalancer() |
boolean |
hasAssignedNetworkInterface() |
int |
idleTimeoutInMinutes() |
String |
ipAddress() |
IPAllocationMethod |
ipAllocationMethod() |
String |
leafDomainLabel() |
String |
reverseFqdn() |
IPVersion |
version() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerIPVersion version()
String ipAddress()
String leafDomainLabel()
String fqdn()
String reverseFqdn()
IPAllocationMethod ipAllocationMethod()
int idleTimeoutInMinutes()
LoadBalancerPublicFrontend getAssignedLoadBalancerFrontend()
boolean hasAssignedLoadBalancer()
NicIPConfiguration getAssignedNetworkInterfaceIPConfiguration()
boolean hasAssignedNetworkInterface()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/