다음을 통해 공유


ArmResourceMoverModelFactory.MoverResourceSetData Method

Definition

Initializes a new instance of MoverResourceSetData.

public static Azure.ResourceManager.ResourceMover.MoverResourceSetData MoverResourceSetData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ETag? etag = default, Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties properties = default);
static member MoverResourceSetData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ETag> * Azure.ResourceManager.Models.ManagedServiceIdentity * Azure.ResourceManager.ResourceMover.Models.MoverResourceSetProperties -> Azure.ResourceManager.ResourceMover.MoverResourceSetData
Public Shared Function MoverResourceSetData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional etag As Nullable(Of ETag) = Nothing, Optional identity As ManagedServiceIdentity = Nothing, Optional properties As MoverResourceSetProperties = Nothing) As MoverResourceSetData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

tags
IDictionary<String,String>

The tags.

location
AzureLocation

The location.

etag
Nullable<ETag>

The etag of the resource.

identity
ManagedServiceIdentity

Defines the MSI properties of the Move Collection. Current supported identity types: None, SystemAssigned, UserAssigned.

properties
MoverResourceSetProperties

Defines the move collection properties.

Returns

A new MoverResourceSetData instance for mocking.

Applies to