Aracılığıyla paylaş


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