public interface PublicIpAddress extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<PublicIpAddress>, com.microsoft.azure.management.resources.fluentcore.model.Wrapper<com.microsoft.azure.management.network.implementation.PublicIPAddressInner>, 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() |
PublicFrontend |
getAssignedLoadBalancerFrontend() |
NicIpConfiguration |
getAssignedNetworkInterfaceIpConfiguration() |
boolean |
hasAssignedLoadBalancer() |
boolean |
hasAssignedNetworkInterface() |
int |
idleTimeoutInMinutes() |
String |
ipAddress() |
IPAllocationMethod |
ipAllocationMethod() |
String |
leafDomainLabel() |
String |
reverseFqdn() |
IPVersion |
version() |
resourceGroupNameid, name, region, regionName, tags, typekeyrefreshIPVersion version()
String ipAddress()
String leafDomainLabel()
String fqdn()
String reverseFqdn()
IPAllocationMethod ipAllocationMethod()
int idleTimeoutInMinutes()
PublicFrontend 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.
*/