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

126 строки
7.1 KiB
YAML

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