ResourceMoverIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ResourceMoverIdentityTypeConverter))]
public class ResourceMoverIdentity : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IResourceMoverIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ResourceMoverIdentityTypeConverter))>]
type ResourceMoverIdentity = class
interface IResourceMoverIdentity
interface IJsonSerializable
Public Class ResourceMoverIdentity
Implements IResourceMoverIdentity
- Inheritance
-
ResourceMoverIdentity
- Attributes
- Implements
Constructors
ResourceMoverIdentity() |
Creates an new ResourceMoverIdentity instance. |
Properties
Id |
Resource identity path |
MoveCollectionName |
The Move Collection Name. |
MoveResourceName |
The Move Resource Name. |
ResourceGroupName |
The Resource Group Name. |
SubscriptionId |
The Subscription ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceMoverIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceMoverIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.IResourceMoverIdentity. |
FromJsonString(String) |
Creates a new instance of ResourceMoverIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceMoverIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |