Show / Hide Table of Contents

Class SqlServerDagConfig

Configuration for distributed availability group (DAG) for the SQL Server homogeneous migration.

Inheritance
object
SqlServerDagConfig
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.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SqlServerDagConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LinkedServer

Required. The name of the linked server that points to the source SQL Server instance. Only used by DAG migrations.

Declaration
[JsonProperty("linkedServer")]
public virtual string LinkedServer { get; set; }
Property Value
Type Description
string

SourceAg

Required. The name of the source availability group. Only used by DAG migrations.

Declaration
[JsonProperty("sourceAg")]
public virtual string SourceAg { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX