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

204 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.dns.SoaRecord"
fullName: "com.microsoft.azure.management.dns.SoaRecord"
name: "SoaRecord"
nameWithType: "SoaRecord"
summary: "An SOA 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 **SoaRecord**"
constructors:
- uid: "com.microsoft.azure.management.dns.SoaRecord.SoaRecord()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.SoaRecord()"
name: "SoaRecord()"
nameWithType: "SoaRecord.SoaRecord()"
syntax: "public SoaRecord()"
methods:
- uid: "com.microsoft.azure.management.dns.SoaRecord.email()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.email()"
name: "email()"
nameWithType: "SoaRecord.email()"
summary: "Get the email value."
syntax: "public String email()"
desc: "Get the email value."
returns:
description: "the email value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.expireTime()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.expireTime()"
name: "expireTime()"
nameWithType: "SoaRecord.expireTime()"
summary: "Get the expire<wbr>Time value."
syntax: "public Long expireTime()"
desc: "Get the expireTime value."
returns:
description: "the expireTime value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.host()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.host()"
name: "host()"
nameWithType: "SoaRecord.host()"
summary: "Get the host value."
syntax: "public String host()"
desc: "Get the host value."
returns:
description: "the host value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.minimumTtl()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.minimumTtl()"
name: "minimumTtl()"
nameWithType: "SoaRecord.minimumTtl()"
summary: "Get the minimum<wbr>Ttl value."
syntax: "public Long minimumTtl()"
desc: "Get the minimumTtl value."
returns:
description: "the minimumTtl value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.refreshTime()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.refreshTime()"
name: "refreshTime()"
nameWithType: "SoaRecord.refreshTime()"
summary: "Get the refresh<wbr>Time value."
syntax: "public Long refreshTime()"
desc: "Get the refreshTime value."
returns:
description: "the refreshTime value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.retryTime()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.retryTime()"
name: "retryTime()"
nameWithType: "SoaRecord.retryTime()"
summary: "Get the retry<wbr>Time value."
syntax: "public Long retryTime()"
desc: "Get the retryTime value."
returns:
description: "the retryTime value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.serialNumber()"
fullName: "com.microsoft.azure.management.dns.SoaRecord.serialNumber()"
name: "serialNumber()"
nameWithType: "SoaRecord.serialNumber()"
summary: "Get the serial<wbr>Number value."
syntax: "public Long serialNumber()"
desc: "Get the serialNumber value."
returns:
description: "the serialNumber value"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withEmail(java.lang.String)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withEmail(String email)"
name: "withEmail(String email)"
nameWithType: "SoaRecord.withEmail(String email)"
summary: "Set the email value."
parameters:
- description: "the email value to set"
name: "email"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withEmail(String email)"
desc: "Set the email value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withExpireTime(java.lang.Long)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withExpireTime(Long expireTime)"
name: "withExpireTime(Long expireTime)"
nameWithType: "SoaRecord.withExpireTime(Long expireTime)"
summary: "Set the expire<wbr>Time value."
parameters:
- description: "the expireTime value to set"
name: "expireTime"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withExpireTime(Long expireTime)"
desc: "Set the expireTime value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withHost(java.lang.String)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withHost(String host)"
name: "withHost(String host)"
nameWithType: "SoaRecord.withHost(String host)"
summary: "Set the host value."
parameters:
- description: "the host value to set"
name: "host"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withHost(String host)"
desc: "Set the host value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withMinimumTtl(java.lang.Long)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withMinimumTtl(Long minimumTtl)"
name: "withMinimumTtl(Long minimumTtl)"
nameWithType: "SoaRecord.withMinimumTtl(Long minimumTtl)"
summary: "Set the minimum<wbr>Ttl value."
parameters:
- description: "the minimumTtl value to set"
name: "minimumTtl"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withMinimumTtl(Long minimumTtl)"
desc: "Set the minimumTtl value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withRefreshTime(java.lang.Long)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withRefreshTime(Long refreshTime)"
name: "withRefreshTime(Long refreshTime)"
nameWithType: "SoaRecord.withRefreshTime(Long refreshTime)"
summary: "Set the refresh<wbr>Time value."
parameters:
- description: "the refreshTime value to set"
name: "refreshTime"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withRefreshTime(Long refreshTime)"
desc: "Set the refreshTime value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withRetryTime(java.lang.Long)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withRetryTime(Long retryTime)"
name: "withRetryTime(Long retryTime)"
nameWithType: "SoaRecord.withRetryTime(Long retryTime)"
summary: "Set the retry<wbr>Time value."
parameters:
- description: "the retryTime value to set"
name: "retryTime"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withRetryTime(Long retryTime)"
desc: "Set the retryTime value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.dns.SoaRecord.withSerialNumber(java.lang.Long)"
fullName: "com.microsoft.azure.management.dns.SoaRecord.withSerialNumber(Long serialNumber)"
name: "withSerialNumber(Long serialNumber)"
nameWithType: "SoaRecord.withSerialNumber(Long serialNumber)"
summary: "Set the serial<wbr>Number value."
parameters:
- description: "the serialNumber value to set"
name: "serialNumber"
type: "<xref href=\"java.lang.Long?alt=java.lang.Long&text=Long\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SoaRecord withSerialNumber(Long serialNumber)"
desc: "Set the serialNumber value."
returns:
description: "the SoaRecord object itself."
type: "<xref href=\"com.microsoft.azure.management.dns.SoaRecord?alt=com.microsoft.azure.management.dns.SoaRecord&text=SoaRecord\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An SOA record."
metadata: {}
package: "com.microsoft.azure.management.dns"
artifact: com.microsoft.azure:azure-mgmt-dns:1.41.4