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

94 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.trafficmanager.DnsConfig"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig"
name: "DnsConfig"
nameWithType: "DnsConfig"
summary: "Class containing DNS settings in a Traffic Manager profile."
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 **DnsConfig**"
constructors:
- uid: "com.microsoft.azure.management.trafficmanager.DnsConfig.DnsConfig()"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.DnsConfig()"
name: "DnsConfig()"
nameWithType: "DnsConfig.DnsConfig()"
syntax: "public DnsConfig()"
methods:
- uid: "com.microsoft.azure.management.trafficmanager.DnsConfig.fqdn()"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.fqdn()"
name: "fqdn()"
nameWithType: "DnsConfig.fqdn()"
summary: "Get the fully-qualified domain name (FQDN) of the Traffic Manager profile."
syntax: "public String fqdn()"
desc: "Get the fully-qualified domain name (FQDN) of the Traffic Manager profile. This is formed from the concatenation of the RelativeName with the DNS domain used by Azure Traffic Manager."
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.trafficmanager.DnsConfig.relativeName()"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.relativeName()"
name: "relativeName()"
nameWithType: "DnsConfig.relativeName()"
summary: "Get the relative DNS name provided by this Traffic Manager profile."
syntax: "public String relativeName()"
desc: "Get the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile."
returns:
description: "the relativeName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.DnsConfig.ttl()"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.ttl()"
name: "ttl()"
nameWithType: "DnsConfig.ttl()"
summary: "Get the DNS Time-To-Live (TTL), in seconds."
syntax: "public Long ttl()"
desc: "Get the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile."
returns:
description: "the ttl value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.DnsConfig.withRelativeName(java.lang.String)"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.withRelativeName(String relativeName)"
name: "withRelativeName(String relativeName)"
nameWithType: "DnsConfig.withRelativeName(String relativeName)"
summary: "Set the relative DNS name provided by this Traffic Manager profile."
parameters:
- description: "the relativeName value to set"
name: "relativeName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DnsConfig withRelativeName(String relativeName)"
desc: "Set the relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile."
returns:
description: "the DnsConfig object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.DnsConfig?alt=com.microsoft.azure.management.trafficmanager.DnsConfig&text=DnsConfig\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.trafficmanager.DnsConfig.withTtl(java.lang.Long)"
fullName: "com.microsoft.azure.management.trafficmanager.DnsConfig.withTtl(Long ttl)"
name: "withTtl(Long ttl)"
nameWithType: "DnsConfig.withTtl(Long ttl)"
summary: "Set the DNS Time-To-Live (TTL), in seconds."
parameters:
- description: "the ttl value to set"
name: "ttl"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DnsConfig withTtl(Long ttl)"
desc: "Set the DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile."
returns:
description: "the DnsConfig object itself."
type: "<xref href=\"com.microsoft.azure.management.trafficmanager.DnsConfig?alt=com.microsoft.azure.management.trafficmanager.DnsConfig&text=DnsConfig\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Class containing DNS settings in a Traffic Manager profile."
metadata: {}
package: "com.microsoft.azure.management.trafficmanager"
artifact: com.microsoft.azure:azure-mgmt-trafficmanager:1.41.4