Show / Hide Table of Contents

Class AvailabilityGroup

The availability groups for sqlserver

Inheritance
object
AvailabilityGroup
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX