你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmSqlModelFactory.SyncAgentKeyProperties(String) Method

Definition

Initializes a new instance of SyncAgentKeyProperties.

public static Azure.ResourceManager.Sql.Models.SyncAgentKeyProperties SyncAgentKeyProperties (string syncAgentKey = default);
static member SyncAgentKeyProperties : string -> Azure.ResourceManager.Sql.Models.SyncAgentKeyProperties
Public Shared Function SyncAgentKeyProperties (Optional syncAgentKey As String = Nothing) As SyncAgentKeyProperties

Parameters

syncAgentKey
String

Key of sync agent.

Returns

A new SyncAgentKeyProperties instance for mocking.

Applies to