IResourceMoverIdentity Interface
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 interface IResourceMoverIdentity : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Models.ResourceMoverIdentityTypeConverter))>]
type IResourceMoverIdentity = interface
interface IJsonSerializable
Public Interface IResourceMoverIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |