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

108 строки
8.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings"
name: "PublicIPAddressDnsSettings"
nameWithType: "PublicIPAddressDnsSettings"
summary: "Contains FQDN of the DNS record associated with the public IP address."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **PublicIPAddressDnsSettings**"
constructors:
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.PublicIPAddressDnsSettings()"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.PublicIPAddressDnsSettings()"
name: "PublicIPAddressDnsSettings()"
nameWithType: "PublicIPAddressDnsSettings.PublicIPAddressDnsSettings()"
syntax: "public PublicIPAddressDnsSettings()"
methods:
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.domainNameLabel()"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.domainNameLabel()"
name: "domainNameLabel()"
nameWithType: "PublicIPAddressDnsSettings.domainNameLabel()"
summary: "Get the domain name label."
syntax: "public String domainNameLabel()"
desc: "Get the domain name label. The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system."
returns:
description: "the domainNameLabel value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.fqdn()"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.fqdn()"
name: "fqdn()"
nameWithType: "PublicIPAddressDnsSettings.fqdn()"
summary: "Get the Fully Qualified Domain Name of the A DNS record associated with the public IP."
syntax: "public String fqdn()"
desc: "Get the Fully Qualified Domain Name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone."
returns:
description: "the fqdn value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.reverseFqdn()"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.reverseFqdn()"
name: "reverseFqdn()"
nameWithType: "PublicIPAddressDnsSettings.reverseFqdn()"
summary: "Get the reverse FQDN."
syntax: "public String reverseFqdn()"
desc: "Get the reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN."
returns:
description: "the reverseFqdn value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withDomainNameLabel(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withDomainNameLabel(String domainNameLabel)"
name: "withDomainNameLabel(String domainNameLabel)"
nameWithType: "PublicIPAddressDnsSettings.withDomainNameLabel(String domainNameLabel)"
summary: "Set the domain name label."
parameters:
- description: "the domainNameLabel value to set"
name: "domainNameLabel"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PublicIPAddressDnsSettings withDomainNameLabel(String domainNameLabel)"
desc: "Set the domain name label. The concatenation of the domain name label and the regionalized DNS zone make up the fully qualified domain name associated with the public IP address. If a domain name label is specified, an A DNS record is created for the public IP in the Microsoft Azure DNS system."
returns:
description: "the PublicIPAddressDnsSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPAddressDnsSettings?alt=com.microsoft.azure.management.network.PublicIPAddressDnsSettings&text=PublicIPAddressDnsSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withFqdn(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withFqdn(String fqdn)"
name: "withFqdn(String fqdn)"
nameWithType: "PublicIPAddressDnsSettings.withFqdn(String fqdn)"
summary: "Set the Fully Qualified Domain Name of the A DNS record associated with the public IP."
parameters:
- description: "the fqdn value to set"
name: "fqdn"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PublicIPAddressDnsSettings withFqdn(String fqdn)"
desc: "Set the Fully Qualified Domain Name of the A DNS record associated with the public IP. This is the concatenation of the domainNameLabel and the regionalized DNS zone."
returns:
description: "the PublicIPAddressDnsSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPAddressDnsSettings?alt=com.microsoft.azure.management.network.PublicIPAddressDnsSettings&text=PublicIPAddressDnsSettings\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withReverseFqdn(java.lang.String)"
fullName: "com.microsoft.azure.management.network.PublicIPAddressDnsSettings.withReverseFqdn(String reverseFqdn)"
name: "withReverseFqdn(String reverseFqdn)"
nameWithType: "PublicIPAddressDnsSettings.withReverseFqdn(String reverseFqdn)"
summary: "Set the reverse FQDN."
parameters:
- description: "the reverseFqdn value to set"
name: "reverseFqdn"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public PublicIPAddressDnsSettings withReverseFqdn(String reverseFqdn)"
desc: "Set the reverse FQDN. A user-visible, fully qualified domain name that resolves to this public IP address. If the reverseFqdn is specified, then a PTR DNS record is created pointing from the IP address in the in-addr.arpa domain to the reverse FQDN."
returns:
description: "the PublicIPAddressDnsSettings object itself."
type: "<xref href=\"com.microsoft.azure.management.network.PublicIPAddressDnsSettings?alt=com.microsoft.azure.management.network.PublicIPAddressDnsSettings&text=PublicIPAddressDnsSettings\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Contains FQDN of the DNS record associated with the public IP address."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4