Class AvailabilityGroup
The availability groups for sqlserver
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class AvailabilityGroup : IDirectResponseSchema
Properties
Databases
Output only. The databases
Declaration
[JsonProperty("databases")]
public virtual IList<string> Databases { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Output only. The availability group name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PrimaryServer
Output only. The primary server
Declaration
[JsonProperty("primaryServer")]
public virtual string PrimaryServer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SecondaryServers
Output only. The secondary servers
Declaration
[JsonProperty("secondaryServers")]
public virtual IList<string> SecondaryServers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |