ArmDeviceRegistryModelFactory.NamespaceMigrateContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- resourceIds
- IEnumerable<String>
List of asset resources to be migrated.
Returns
A new NamespaceMigrateContent instance for mocking.