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

132 строки
10 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate"
name: "FailoverGroupUpdate"
nameWithType: "FailoverGroupUpdate"
summary: "A failover group update request."
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 **FailoverGroupUpdate**"
constructors:
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.FailoverGroupUpdate()"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.FailoverGroupUpdate()"
name: "FailoverGroupUpdate()"
nameWithType: "FailoverGroupUpdate.FailoverGroupUpdate()"
syntax: "public FailoverGroupUpdate()"
methods:
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.databases()"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.databases()"
name: "databases()"
nameWithType: "FailoverGroupUpdate.databases()"
summary: "Get list of databases in the failover group."
syntax: "public List<String> databases()"
desc: "Get list of databases in the failover group."
returns:
description: "the databases value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.readOnlyEndpoint()"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.readOnlyEndpoint()"
name: "readOnlyEndpoint()"
nameWithType: "FailoverGroupUpdate.readOnlyEndpoint()"
summary: "Get read-only endpoint of the failover group instance."
syntax: "public FailoverGroupReadOnlyEndpoint readOnlyEndpoint()"
desc: "Get read-only endpoint of the failover group instance."
returns:
description: "the readOnlyEndpoint value"
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint?alt=com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint&text=FailoverGroupReadOnlyEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.readWriteEndpoint()"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.readWriteEndpoint()"
name: "readWriteEndpoint()"
nameWithType: "FailoverGroupUpdate.readWriteEndpoint()"
summary: "Get read-write endpoint of the failover group instance."
syntax: "public FailoverGroupReadWriteEndpoint readWriteEndpoint()"
desc: "Get read-write endpoint of the failover group instance."
returns:
description: "the readWriteEndpoint value"
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint?alt=com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint&text=FailoverGroupReadWriteEndpoint\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.tags()"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.tags()"
name: "tags()"
nameWithType: "FailoverGroupUpdate.tags()"
summary: "Get resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get resource tags."
returns:
description: "the tags value"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withDatabases(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withDatabases(List<String> databases)"
name: "withDatabases(List<String> databases)"
nameWithType: "FailoverGroupUpdate.withDatabases(List<String> databases)"
summary: "Set list of databases in the failover group."
parameters:
- description: "the databases value to set"
name: "databases"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FailoverGroupUpdate withDatabases(List<String> databases)"
desc: "Set list of databases in the failover group."
returns:
description: "the FailoverGroupUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupUpdate?alt=com.microsoft.azure.management.sql.FailoverGroupUpdate&text=FailoverGroupUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withReadOnlyEndpoint(com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint)"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint)"
name: "withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint)"
nameWithType: "FailoverGroupUpdate.withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint)"
summary: "Set read-only endpoint of the failover group instance."
parameters:
- description: "the readOnlyEndpoint value to set"
name: "readOnlyEndpoint"
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint?alt=com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint&text=FailoverGroupReadOnlyEndpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FailoverGroupUpdate withReadOnlyEndpoint(FailoverGroupReadOnlyEndpoint readOnlyEndpoint)"
desc: "Set read-only endpoint of the failover group instance."
returns:
description: "the FailoverGroupUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupUpdate?alt=com.microsoft.azure.management.sql.FailoverGroupUpdate&text=FailoverGroupUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withReadWriteEndpoint(com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint)"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint)"
name: "withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint)"
nameWithType: "FailoverGroupUpdate.withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint)"
summary: "Set read-write endpoint of the failover group instance."
parameters:
- description: "the readWriteEndpoint value to set"
name: "readWriteEndpoint"
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint?alt=com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint&text=FailoverGroupReadWriteEndpoint\" data-throw-if-not-resolved=\"False\" />"
syntax: "public FailoverGroupUpdate withReadWriteEndpoint(FailoverGroupReadWriteEndpoint readWriteEndpoint)"
desc: "Set read-write endpoint of the failover group instance."
returns:
description: "the FailoverGroupUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupUpdate?alt=com.microsoft.azure.management.sql.FailoverGroupUpdate&text=FailoverGroupUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.microsoft.azure.management.sql.FailoverGroupUpdate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "FailoverGroupUpdate.withTags(Map<String,String> tags)"
summary: "Set resource tags."
parameters:
- description: "the tags value to set"
name: "tags"
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public FailoverGroupUpdate withTags(Map<String,String> tags)"
desc: "Set resource tags."
returns:
description: "the FailoverGroupUpdate object itself."
type: "<xref href=\"com.microsoft.azure.management.sql.FailoverGroupUpdate?alt=com.microsoft.azure.management.sql.FailoverGroupUpdate&text=FailoverGroupUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A failover group update request."
metadata: {}
package: "com.microsoft.azure.management.sql"
artifact: com.microsoft.azure:azure-mgmt-sql:1.41.4