NamespaceMigrateRequest Class
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.NamespaceMigrateRequestTypeConverter))]
public class NamespaceMigrateRequest : Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceMigrateRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.NamespaceMigrateRequestTypeConverter))>]
type NamespaceMigrateRequest = class
interface INamespaceMigrateRequest
interface IJsonSerializable
Public Class NamespaceMigrateRequest
Implements INamespaceMigrateRequest
- Inheritance
-
NamespaceMigrateRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| NamespaceMigrateRequest() |
Creates an new NamespaceMigrateRequest instance. |
Properties
| Name | Description |
|---|---|
| ResourceId |
List of asset resources to be migrated. |
| Scope |
Scope of the migrate resources operation. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of NamespaceMigrateRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of NamespaceMigrateRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DeviceRegistry.Models.INamespaceMigrateRequest. |
| FromJsonString(String) |
Creates a new instance of NamespaceMigrateRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of NamespaceMigrateRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |