208 строки
13 KiB
YAML
208 строки
13 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.network.models.RecordSet"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet"
|
|
name: "RecordSet"
|
|
nameWithType: "RecordSet"
|
|
summary: "A collective group of information about the record set information."
|
|
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 **RecordSet**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.RecordSet()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.RecordSet()"
|
|
name: "RecordSet()"
|
|
nameWithType: "RecordSet.RecordSet()"
|
|
summary: "Creates an instance of Record<wbr>Set class."
|
|
syntax: "public RecordSet()"
|
|
desc: "Creates an instance of RecordSet class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.fqdn()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.fqdn()"
|
|
name: "fqdn()"
|
|
nameWithType: "RecordSet.fqdn()"
|
|
summary: "Get the fqdn property: Fqdn that resolves to private endpoint ip address."
|
|
syntax: "public String fqdn()"
|
|
desc: "Get the fqdn property: Fqdn that resolves to private endpoint ip address."
|
|
returns:
|
|
description: "the fqdn value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "RecordSet.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Record<wbr>Set from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static RecordSet fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If an error occurs while reading the RecordSet."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of RecordSet from the JsonReader."
|
|
returns:
|
|
description: "An instance of RecordSet if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.ipAddresses()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.ipAddresses()"
|
|
name: "ipAddresses()"
|
|
nameWithType: "RecordSet.ipAddresses()"
|
|
summary: "Get the ip<wbr>Addresses property: The private ip address of the private endpoint."
|
|
syntax: "public List<String> ipAddresses()"
|
|
desc: "Get the ipAddresses property: The private ip address of the private endpoint."
|
|
returns:
|
|
description: "the ipAddresses value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "RecordSet.provisioningState()"
|
|
summary: "Get the provisioning<wbr>State property: The provisioning state of the recordset."
|
|
syntax: "public ProvisioningState provisioningState()"
|
|
desc: "Get the provisioningState property: The provisioning state of the recordset."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.ProvisioningState?alt=com.azure.resourcemanager.network.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.recordSetName()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.recordSetName()"
|
|
name: "recordSetName()"
|
|
nameWithType: "RecordSet.recordSetName()"
|
|
summary: "Get the record<wbr>Set<wbr>Name property: Recordset name."
|
|
syntax: "public String recordSetName()"
|
|
desc: "Get the recordSetName property: Recordset name."
|
|
returns:
|
|
description: "the recordSetName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.recordType()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.recordType()"
|
|
name: "recordType()"
|
|
nameWithType: "RecordSet.recordType()"
|
|
summary: "Get the record<wbr>Type property: Resource record type."
|
|
syntax: "public String recordType()"
|
|
desc: "Get the recordType property: Resource record type."
|
|
returns:
|
|
description: "the recordType value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "RecordSet.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.ttl()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.ttl()"
|
|
name: "ttl()"
|
|
nameWithType: "RecordSet.ttl()"
|
|
summary: "Get the ttl property: Recordset time to live."
|
|
syntax: "public Integer ttl()"
|
|
desc: "Get the ttl property: Recordset time to live."
|
|
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.network.models.RecordSet.validate()"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.validate()"
|
|
name: "validate()"
|
|
nameWithType: "RecordSet.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.withFqdn(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.withFqdn(String fqdn)"
|
|
name: "withFqdn(String fqdn)"
|
|
nameWithType: "RecordSet.withFqdn(String fqdn)"
|
|
summary: "Set the fqdn property: Fqdn that resolves to private endpoint ip address."
|
|
parameters:
|
|
- description: "the fqdn value to set."
|
|
name: "fqdn"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RecordSet withFqdn(String fqdn)"
|
|
desc: "Set the fqdn property: Fqdn that resolves to private endpoint ip address."
|
|
returns:
|
|
description: "the RecordSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.withIpAddresses(java.util.List<java.lang.String>)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.withIpAddresses(List<String> ipAddresses)"
|
|
name: "withIpAddresses(List<String> ipAddresses)"
|
|
nameWithType: "RecordSet.withIpAddresses(List<String> ipAddresses)"
|
|
summary: "Set the ip<wbr>Addresses property: The private ip address of the private endpoint."
|
|
parameters:
|
|
- description: "the ipAddresses value to set."
|
|
name: "ipAddresses"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
syntax: "public RecordSet withIpAddresses(List<String> ipAddresses)"
|
|
desc: "Set the ipAddresses property: The private ip address of the private endpoint."
|
|
returns:
|
|
description: "the RecordSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.withRecordSetName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.withRecordSetName(String recordSetName)"
|
|
name: "withRecordSetName(String recordSetName)"
|
|
nameWithType: "RecordSet.withRecordSetName(String recordSetName)"
|
|
summary: "Set the record<wbr>Set<wbr>Name property: Recordset name."
|
|
parameters:
|
|
- description: "the recordSetName value to set."
|
|
name: "recordSetName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RecordSet withRecordSetName(String recordSetName)"
|
|
desc: "Set the recordSetName property: Recordset name."
|
|
returns:
|
|
description: "the RecordSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.withRecordType(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.withRecordType(String recordType)"
|
|
name: "withRecordType(String recordType)"
|
|
nameWithType: "RecordSet.withRecordType(String recordType)"
|
|
summary: "Set the record<wbr>Type property: Resource record type."
|
|
parameters:
|
|
- description: "the recordType value to set."
|
|
name: "recordType"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public RecordSet withRecordType(String recordType)"
|
|
desc: "Set the recordType property: Resource record type."
|
|
returns:
|
|
description: "the RecordSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.network.models.RecordSet.withTtl(java.lang.Integer)"
|
|
fullName: "com.azure.resourcemanager.network.models.RecordSet.withTtl(Integer ttl)"
|
|
name: "withTtl(Integer ttl)"
|
|
nameWithType: "RecordSet.withTtl(Integer ttl)"
|
|
summary: "Set the ttl property: Recordset time to live."
|
|
parameters:
|
|
- description: "the ttl value to set."
|
|
name: "ttl"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
syntax: "public RecordSet withTtl(Integer ttl)"
|
|
desc: "Set the ttl property: Recordset time to live."
|
|
returns:
|
|
description: "the RecordSet object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "A collective group of information about the record set information."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.RecordSet?alt=com.azure.resourcemanager.network.models.RecordSet&text=RecordSet\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0
|