azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

85 строки
4.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.communication.models.DnsRecord"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord"
name: "DnsRecord"
nameWithType: "DnsRecord"
summary: "A class that represents a Verification<wbr>Status record."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DnsRecord**"
constructors:
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.DnsRecord()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.DnsRecord()"
name: "DnsRecord()"
nameWithType: "DnsRecord.DnsRecord()"
summary: "Creates an instance of Dns<wbr>Record class."
syntax: "public DnsRecord()"
desc: "Creates an instance of DnsRecord class."
methods:
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.name()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.name()"
name: "name()"
nameWithType: "DnsRecord.name()"
summary: "Get the name property: Name of the DNS record."
syntax: "public String name()"
desc: "Get the name property: Name of the DNS record."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.ttl()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.ttl()"
name: "ttl()"
nameWithType: "DnsRecord.ttl()"
summary: "Get the ttl property: Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec."
syntax: "public Integer ttl()"
desc: "Get the ttl property: Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec."
returns:
description: "the ttl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.type()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.type()"
name: "type()"
nameWithType: "DnsRecord.type()"
summary: "Get the type property: Type of the DNS record."
syntax: "public String type()"
desc: "Get the type property: Type of the DNS record. Example: TXT."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.validate()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.validate()"
name: "validate()"
nameWithType: "DnsRecord.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.communication.models.DnsRecord.value()"
fullName: "com.azure.resourcemanager.communication.models.DnsRecord.value()"
name: "value()"
nameWithType: "DnsRecord.value()"
summary: "Get the value property: Value of the DNS record."
syntax: "public String value()"
desc: "Get the value property: Value of the DNS record."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "A class that represents a VerificationStatus record."
metadata: {}
package: "com.azure.resourcemanager.communication.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-communication:2.1.0