public interface PublicIPAddress extends GroupableResource<com.microsoft.azure.management.network.implementation.NetworkManager,com.microsoft.azure.management.network.implementation.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, type
key
id
name
resourceGroupName
manager
inner
refresh, refreshAsync
update
updateTags
IPVersion version()
String ipAddress()
String leafDomainLabel()
String fqdn()
String reverseFqdn()
IPAllocationMethod ipAllocationMethod()
int idleTimeoutInMinutes()
LoadBalancerPublicFrontend getAssignedLoadBalancerFrontend()
boolean hasAssignedLoadBalancer()
NicIPConfiguration getAssignedNetworkInterfaceIPConfiguration()
boolean hasAssignedNetworkInterface()
@Beta(value=V1_3_0) Set<AvailabilityZoneId> availabilityZones()
@Beta(value=V1_3_0) PublicIPSkuType sku()
Copyright © 2019. All rights reserved.