public interface PublicIpAddress extends GroupableResource<NetworkManager,PublicIpAddressInner>, Refreshable<PublicIpAddress>, Updatable<PublicIpAddress.Update>, UpdatableWithTags<PublicIpAddress>
| 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.
|
Resource.DefinitionWithRegion<T>, Resource.DefinitionWithTags<T>, Resource.UpdateWithTags<T>UpdatableWithTags.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
Set<AvailabilityZoneId> |
availabilityZones() |
String |
fqdn() |
LoadBalancerPublicFrontend |
getAssignedLoadBalancerFrontend() |
NicIpConfiguration |
getAssignedNetworkInterfaceIPConfiguration() |
boolean |
hasAssignedLoadBalancer() |
boolean |
hasAssignedNetworkInterface() |
int |
idleTimeoutInMinutes() |
String |
ipAddress() |
IpAllocationMethod |
ipAllocationMethod() |
List<IpTag> |
ipTags() |
String |
leafDomainLabel() |
String |
reverseFqdn() |
PublicIPSkuType |
sku() |
IpVersion |
version() |
region, regionName, tags, typenameresourceGroupNamemanagerinnerModelrefresh, refreshAsyncupdateupdateTagsIpVersion version()
String ipAddress()
String leafDomainLabel()
String fqdn()
String reverseFqdn()
IpAllocationMethod ipAllocationMethod()
int idleTimeoutInMinutes()
LoadBalancerPublicFrontend getAssignedLoadBalancerFrontend()
boolean hasAssignedLoadBalancer()
NicIpConfiguration getAssignedNetworkInterfaceIPConfiguration()
boolean hasAssignedNetworkInterface()
Set<AvailabilityZoneId> availabilityZones()
PublicIPSkuType sku()
Copyright © 2020 Microsoft Corporation. All rights reserved.