Condividi tramite


ArmDeviceRegistryModelFactory.NamespaceMigrateContent Method

Definition

Request body for the migrate resources operation in to Namespace resource.

public static Azure.ResourceManager.DeviceRegistry.Models.NamespaceMigrateContent NamespaceMigrateContent(Azure.ResourceManager.DeviceRegistry.Models.Scope? scope = default, System.Collections.Generic.IEnumerable<string> resourceIds = default);
static member NamespaceMigrateContent : Nullable<Azure.ResourceManager.DeviceRegistry.Models.Scope> * seq<string> -> Azure.ResourceManager.DeviceRegistry.Models.NamespaceMigrateContent
Public Shared Function NamespaceMigrateContent (Optional scope As Nullable(Of Scope) = Nothing, Optional resourceIds As IEnumerable(Of String) = Nothing) As NamespaceMigrateContent

Parameters

scope
Nullable<Scope>

Scope of the migrate resources operation.

resourceIds
IEnumerable<String>

List of asset resources to be migrated.

Returns

A new NamespaceMigrateContent instance for mocking.

Applies to