ArmSqlModelFactory.SqlServerDatabaseReplicationLinkPatch Method

Definition

Initializes a new instance of SqlServerDatabaseReplicationLinkPatch.

public static Azure.ResourceManager.Sql.Models.SqlServerDatabaseReplicationLinkPatch SqlServerDatabaseReplicationLinkPatch (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.Sql.Models.ReplicationLinkType? linkType = default);
static member SqlServerDatabaseReplicationLinkPatch : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.Sql.Models.ReplicationLinkType> -> Azure.ResourceManager.Sql.Models.SqlServerDatabaseReplicationLinkPatch
Public Shared Function SqlServerDatabaseReplicationLinkPatch (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional linkType As Nullable(Of ReplicationLinkType) = Nothing) As SqlServerDatabaseReplicationLinkPatch

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

linkType
Nullable<ReplicationLinkType>

Link type (GEO, NAMED, STANDBY). Update operation does not support NAMED.

Returns

A new SqlServerDatabaseReplicationLinkPatch instance for mocking.

Applies to