azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

159 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PublicIPAddress"
fullName: "com.microsoft.azure.management.network.PublicIPAddress"
name: "PublicIPAddress"
nameWithType: "PublicIPAddress"
summary: "Public IP address."
syntax: "public interface **PublicIPAddress**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.PublicIPAddressInner?alt=com.microsoft.azure.management.network.implementation.PublicIPAddressInner&text=PublicIPAddressInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress?alt=com.microsoft.azure.management.network.PublicIPAddress&text=PublicIPAddress\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress.Update?alt=com.microsoft.azure.management.network.PublicIPAddress.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress?alt=com.microsoft.azure.management.network.PublicIPAddress&text=PublicIPAddress\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.network.PublicIPAddress.availabilityZones()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.availabilityZones()"
name: "availabilityZones()"
nameWithType: "PublicIPAddress.availabilityZones()"
modifiers:
- "abstract"
syntax: "public abstract Set<AvailabilityZoneId> availabilityZones()"
returns:
description: "the availability zones assigned to the public IP address"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId?alt=com.microsoft.azure.management.resources.fluentcore.arm.AvailabilityZoneId&text=AvailabilityZoneId\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.fqdn()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.fqdn()"
name: "fqdn()"
nameWithType: "PublicIPAddress.fqdn()"
modifiers:
- "abstract"
syntax: "public abstract String fqdn()"
returns:
description: "the assigned FQDN (fully qualified domain name)"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.getAssignedLoadBalancerFrontend()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.getAssignedLoadBalancerFrontend()"
name: "getAssignedLoadBalancerFrontend()"
nameWithType: "PublicIPAddress.getAssignedLoadBalancerFrontend()"
modifiers:
- "abstract"
syntax: "public abstract LoadBalancerPublicFrontend getAssignedLoadBalancerFrontend()"
returns:
description: "the load balancer public frontend that this public IP address is assigned to"
type: "<xref href=\"com.microsoft.azure.management.network.LoadBalancerPublicFrontend?alt=com.microsoft.azure.management.network.LoadBalancerPublicFrontend&text=LoadBalancerPublicFrontend\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.getAssignedNetworkInterfaceIPConfiguration()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.getAssignedNetworkInterfaceIPConfiguration()"
name: "getAssignedNetworkInterfaceIPConfiguration()"
nameWithType: "PublicIPAddress.getAssignedNetworkInterfaceIPConfiguration()"
modifiers:
- "abstract"
syntax: "public abstract NicIPConfiguration getAssignedNetworkInterfaceIPConfiguration()"
returns:
description: "the network interface IP configuration that this public IP address is assigned to"
type: "<xref href=\"com.microsoft.azure.management.network.NicIPConfiguration?alt=com.microsoft.azure.management.network.NicIPConfiguration&text=NicIPConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.hasAssignedLoadBalancer()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.hasAssignedLoadBalancer()"
name: "hasAssignedLoadBalancer()"
nameWithType: "PublicIPAddress.hasAssignedLoadBalancer()"
modifiers:
- "abstract"
syntax: "public abstract boolean hasAssignedLoadBalancer()"
returns:
description: "true if this public IP address is assigned to a load balancer"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.hasAssignedNetworkInterface()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.hasAssignedNetworkInterface()"
name: "hasAssignedNetworkInterface()"
nameWithType: "PublicIPAddress.hasAssignedNetworkInterface()"
modifiers:
- "abstract"
syntax: "public abstract boolean hasAssignedNetworkInterface()"
returns:
description: "true if this public IP address is assigned to a network interface"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.idleTimeoutInMinutes()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.idleTimeoutInMinutes()"
name: "idleTimeoutInMinutes()"
nameWithType: "PublicIPAddress.idleTimeoutInMinutes()"
modifiers:
- "abstract"
syntax: "public abstract int idleTimeoutInMinutes()"
returns:
description: "the idle connection timeout setting (in minutes)"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.ipAddress()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.ipAddress()"
name: "ipAddress()"
nameWithType: "PublicIPAddress.ipAddress()"
modifiers:
- "abstract"
syntax: "public abstract String ipAddress()"
returns:
description: "the assigned IP address"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.ipAllocationMethod()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.ipAllocationMethod()"
name: "ipAllocationMethod()"
nameWithType: "PublicIPAddress.ipAllocationMethod()"
modifiers:
- "abstract"
syntax: "public abstract IPAllocationMethod ipAllocationMethod()"
returns:
description: "the IP address allocation method (Static/Dynamic)"
type: "<xref href=\"com.microsoft.azure.management.network.IPAllocationMethod?alt=com.microsoft.azure.management.network.IPAllocationMethod&text=IPAllocationMethod\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.ipTags()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.ipTags()"
name: "ipTags()"
nameWithType: "PublicIPAddress.ipTags()"
modifiers:
- "abstract"
syntax: "public abstract List<IpTag> ipTags()"
returns:
description: "read-only list of ipTags assosiated with public ip address"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.IpTag?alt=com.microsoft.azure.management.network.IpTag&text=IpTag\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.leafDomainLabel()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.leafDomainLabel()"
name: "leafDomainLabel()"
nameWithType: "PublicIPAddress.leafDomainLabel()"
modifiers:
- "abstract"
syntax: "public abstract String leafDomainLabel()"
returns:
description: "the assigned leaf domain label"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.reverseFqdn()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.reverseFqdn()"
name: "reverseFqdn()"
nameWithType: "PublicIPAddress.reverseFqdn()"
modifiers:
- "abstract"
syntax: "public abstract String reverseFqdn()"
returns:
description: "the assigned reverse FQDN, if any"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.sku()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.sku()"
name: "sku()"
nameWithType: "PublicIPAddress.sku()"
modifiers:
- "abstract"
syntax: "public abstract PublicIPSkuType sku()"
returns:
description: "public IP address sku."
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPSkuType?alt=com.microsoft.azure.management.network.PublicIPSkuType&text=PublicIPSkuType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddress.version()"
fullName: "com.microsoft.azure.management.network.PublicIPAddress.version()"
name: "version()"
nameWithType: "PublicIPAddress.version()"
modifiers:
- "abstract"
syntax: "public abstract IPVersion version()"
returns:
description: "the IP version of the public IP address"
type: "<xref href=\"com.microsoft.azure.management.network.IPVersion?alt=com.microsoft.azure.management.network.IPVersion&text=IPVersion\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Public IP address."
implements:
- "<xref href=\"com.microsoft.azure.management.network.model.UpdatableWithTags?alt=com.microsoft.azure.management.network.model.UpdatableWithTags&text=UpdatableWithTags\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress?alt=com.microsoft.azure.management.network.PublicIPAddress&text=PublicIPAddress\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource&text=GroupableResource\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.implementation.NetworkManager?alt=com.microsoft.azure.management.network.implementation.NetworkManager&text=NetworkManager\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.network.implementation.PublicIPAddressInner?alt=com.microsoft.azure.management.network.implementation.PublicIPAddressInner&text=PublicIPAddressInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress?alt=com.microsoft.azure.management.network.PublicIPAddress&text=PublicIPAddress\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.PublicIPAddress.Update?alt=com.microsoft.azure.management.network.PublicIPAddress.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4