179 строки
6.4 KiB
YAML
179 строки
6.4 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: com.microsoft.azure.management.sql._partner_info
|
|
id: _partner_info
|
|
parent: com.microsoft.azure.management.sql
|
|
children:
|
|
- com.microsoft.azure.management.sql._partner_info.id()
|
|
- com.microsoft.azure.management.sql._partner_info.location()
|
|
- com.microsoft.azure.management.sql._partner_info.replicationRole()
|
|
- com.microsoft.azure.management.sql._partner_info.withId(String)
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
langs:
|
|
- java
|
|
name: PartnerInfo
|
|
nameWithType: PartnerInfo
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo
|
|
type: Class
|
|
source:
|
|
remote: &o0
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
branch: master
|
|
repo: https://github.com/Azure/azure-libraries-for-java
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
startLine: 15
|
|
package: com.microsoft.azure.management.sql
|
|
summary: <p>Partner server information for the failover group. </p>
|
|
syntax: &o1
|
|
content: public class PartnerInfo
|
|
inheritance:
|
|
- java.lang.Object
|
|
- uid: com.microsoft.azure.management.sql._partner_info.id()
|
|
id: id()
|
|
parent: com.microsoft.azure.management.sql._partner_info
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
langs:
|
|
- java
|
|
name: id()
|
|
nameWithType: PartnerInfo.id()
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.id()
|
|
overload: com.microsoft.azure.management.sql._partner_info.id*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
startLine: 40
|
|
package: com.microsoft.azure.management.sql
|
|
summary: >-
|
|
<p>Get the id value.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public String id()
|
|
return:
|
|
type: "26831127"
|
|
description: <p>the id value </p>
|
|
- uid: com.microsoft.azure.management.sql._partner_info.location()
|
|
id: location()
|
|
parent: com.microsoft.azure.management.sql._partner_info
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
langs:
|
|
- java
|
|
name: location()
|
|
nameWithType: PartnerInfo.location()
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.location()
|
|
overload: com.microsoft.azure.management.sql._partner_info.location*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
startLine: 60
|
|
package: com.microsoft.azure.management.sql
|
|
summary: >-
|
|
<p>Get the location value.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public String location()
|
|
return:
|
|
type: "26831127"
|
|
description: <p>the location value </p>
|
|
- uid: com.microsoft.azure.management.sql._partner_info.replicationRole()
|
|
id: replicationRole()
|
|
parent: com.microsoft.azure.management.sql._partner_info
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
langs:
|
|
- java
|
|
name: replicationRole()
|
|
nameWithType: PartnerInfo.replicationRole()
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.replicationRole()
|
|
overload: com.microsoft.azure.management.sql._partner_info.replicationRole*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
startLine: 69
|
|
package: com.microsoft.azure.management.sql
|
|
summary: >-
|
|
<p>Get the replicationRole value.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public FailoverGroupReplicationRole replicationRole()
|
|
return:
|
|
type: com.microsoft.azure.management.sql._failover_group_replication_role
|
|
description: <p>the replicationRole value </p>
|
|
- uid: com.microsoft.azure.management.sql._partner_info.withId(String)
|
|
id: withId(String)
|
|
parent: com.microsoft.azure.management.sql._partner_info
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
langs:
|
|
- java
|
|
name: withId(String id)
|
|
nameWithType: PartnerInfo.withId(String id)
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.withId(String id)
|
|
overload: com.microsoft.azure.management.sql._partner_info.withId*
|
|
type: Method
|
|
source:
|
|
remote: *o0
|
|
path: azure-mgmt-sql/src/main/java/com/microsoft/azure/management/sql/PartnerInfo.java
|
|
startLine: 50
|
|
package: com.microsoft.azure.management.sql
|
|
summary: >-
|
|
<p>Set the id value.</p>
|
|
|
|
<p></p>
|
|
syntax:
|
|
content: public PartnerInfo withId(String id)
|
|
parameters:
|
|
- id: id
|
|
type: "26831127"
|
|
description: <p>the id value to set </p>
|
|
return:
|
|
type: com.microsoft.azure.management.sql._partner_info
|
|
description: <p>the PartnerInfo object itself. </p>
|
|
references:
|
|
- uid: "26831127"
|
|
spec.java:
|
|
- name: String
|
|
fullName: String
|
|
- uid: com.microsoft.azure.management.sql._partner_info.id*
|
|
name: id
|
|
nameWithType: PartnerInfo.id
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.id
|
|
package: com.microsoft.azure.management.sql
|
|
- uid: com.microsoft.azure.management.sql._partner_info.withId*
|
|
name: withId
|
|
nameWithType: PartnerInfo.withId
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.withId
|
|
package: com.microsoft.azure.management.sql
|
|
- uid: com.microsoft.azure.management.sql._partner_info.location*
|
|
name: location
|
|
nameWithType: PartnerInfo.location
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.location
|
|
package: com.microsoft.azure.management.sql
|
|
- uid: com.microsoft.azure.management.sql._partner_info.replicationRole*
|
|
name: replicationRole
|
|
nameWithType: PartnerInfo.replicationRole
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo.replicationRole
|
|
package: com.microsoft.azure.management.sql
|
|
- uid: com.microsoft.azure.management.sql._failover_group_replication_role
|
|
parent: com.microsoft.azure.management.sql
|
|
href: com.microsoft.azure.management.sql._failover_group_replication_role.yml
|
|
name: FailoverGroupReplicationRole
|
|
nameWithType: FailoverGroupReplicationRole
|
|
fullName: com.microsoft.azure.management.sql.FailoverGroupReplicationRole
|
|
type: Class
|
|
summary: <p>Defines values for FailoverGroupReplicationRole. </p>
|
|
syntax:
|
|
content: public class FailoverGroupReplicationRole
|
|
- uid: com.microsoft.azure.management.sql._partner_info
|
|
parent: com.microsoft.azure.management.sql
|
|
href: com.microsoft.azure.management.sql._partner_info.yml
|
|
name: PartnerInfo
|
|
nameWithType: PartnerInfo
|
|
fullName: com.microsoft.azure.management.sql.PartnerInfo
|
|
type: Class
|
|
summary: <p>Partner server information for the failover group. </p>
|
|
syntax: *o1
|