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

132 строки
8.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord"
name: "SrvRecord"
nameWithType: "SrvRecord"
summary: "An SRV record."
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 **SrvRecord**"
constructors:
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.SrvRecord()"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.SrvRecord()"
name: "SrvRecord()"
nameWithType: "SrvRecord.SrvRecord()"
syntax: "public SrvRecord()"
methods:
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.port()"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.port()"
name: "port()"
nameWithType: "SrvRecord.port()"
summary: "Get the port value for this SRV record."
syntax: "public Integer port()"
desc: "Get the port value for this SRV record."
returns:
description: "the port value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.priority()"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.priority()"
name: "priority()"
nameWithType: "SrvRecord.priority()"
summary: "Get the priority value for this SRV record."
syntax: "public Integer priority()"
desc: "Get the priority value for this SRV record."
returns:
description: "the priority value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.target()"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.target()"
name: "target()"
nameWithType: "SrvRecord.target()"
summary: "Get the target domain name for this SRV record."
syntax: "public String target()"
desc: "Get the target domain name for this SRV record."
returns:
description: "the target value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.weight()"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.weight()"
name: "weight()"
nameWithType: "SrvRecord.weight()"
summary: "Get the weight value for this SRV record."
syntax: "public Integer weight()"
desc: "Get the weight value for this SRV record."
returns:
description: "the weight value"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withPort(java.lang.Integer)"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withPort(Integer port)"
name: "withPort(Integer port)"
nameWithType: "SrvRecord.withPort(Integer port)"
summary: "Set the port value for this SRV record."
parameters:
- description: "the port value to set"
name: "port"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SrvRecord withPort(Integer port)"
desc: "Set the port value for this SRV record."
returns:
description: "the SrvRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord?alt=com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord&text=SrvRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withPriority(java.lang.Integer)"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withPriority(Integer priority)"
name: "withPriority(Integer priority)"
nameWithType: "SrvRecord.withPriority(Integer priority)"
summary: "Set the priority value for this SRV record."
parameters:
- description: "the priority value to set"
name: "priority"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SrvRecord withPriority(Integer priority)"
desc: "Set the priority value for this SRV record."
returns:
description: "the SrvRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord?alt=com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord&text=SrvRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withTarget(java.lang.String)"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withTarget(String target)"
name: "withTarget(String target)"
nameWithType: "SrvRecord.withTarget(String target)"
summary: "Set the target domain name for this SRV record."
parameters:
- description: "the target value to set"
name: "target"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SrvRecord withTarget(String target)"
desc: "Set the target domain name for this SRV record."
returns:
description: "the SrvRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord?alt=com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord&text=SrvRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withWeight(java.lang.Integer)"
fullName: "com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord.withWeight(Integer weight)"
name: "withWeight(Integer weight)"
nameWithType: "SrvRecord.withWeight(Integer weight)"
summary: "Set the weight value for this SRV record."
parameters:
- description: "the weight value to set"
name: "weight"
type: "<xref href=\"java.lang.Integer?alt=java.lang.Integer&text=Integer\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SrvRecord withWeight(Integer weight)"
desc: "Set the weight value for this SRV record."
returns:
description: "the SrvRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord?alt=com.microsoft.azure.management.privatedns.v2018_09_01.SrvRecord&text=SrvRecord\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An SRV record."
metadata: {}
package: "com.microsoft.azure.management.privatedns.v2018_09_01"
artifact: com.microsoft.azure.privatedns.v2018_09_01:azure-mgmt-privatedns:1.0.0-beta