共用方式為


SyncGroup Constructors

Definition

Overloads

SyncGroup()

Initializes a new instance of the SyncGroup class.

SyncGroup(String, String, String, SystemData, String, String)

Initializes a new instance of the SyncGroup class.

SyncGroup()

Initializes a new instance of the SyncGroup class.

public SyncGroup ();
Public Sub New ()

Applies to

SyncGroup(String, String, String, SystemData, String, String)

Initializes a new instance of the SyncGroup class.

public SyncGroup (string id = default, string name = default, string type = default, Microsoft.Azure.Management.StorageSync.Models.SystemData systemData = default, string uniqueId = default, string syncGroupStatus = default);
new Microsoft.Azure.Management.StorageSync.Models.SyncGroup : string * string * string * Microsoft.Azure.Management.StorageSync.Models.SystemData * string * string -> Microsoft.Azure.Management.StorageSync.Models.SyncGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional uniqueId As String = Nothing, Optional syncGroupStatus As String = Nothing)

Parameters

id
String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

uniqueId
String

Unique Id

syncGroupStatus
String

Sync group status

Applies to