Share via


StorageMoverIdentity Class

Definition

[Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.StorageMoverIdentityTypeConverter))]
public class StorageMoverIdentity : Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.IStorageMoverIdentity
[<Microsoft.Azure.PowerShell.Cmdlets.StorageMover.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.StorageMoverIdentityTypeConverter))>]
type StorageMoverIdentity = class
    interface IStorageMoverIdentity
    interface IJsonSerializable
Public Class StorageMoverIdentity
Implements IStorageMoverIdentity
Inheritance
StorageMoverIdentity
Attributes
Implements

Constructors

StorageMoverIdentity()

Creates an new StorageMoverIdentity instance.

Properties

AgentName

The name of the Agent resource.

EndpointName

The name of the Endpoint resource.

Id

Resource identity path

JobDefinitionName

The name of the Job Definition resource.

JobRunName

The name of the Job Run resource.

ProjectName

The name of the Project resource.

ResourceGroupName

The name of the resource group. The name is case insensitive.

StorageMoverName

The name of the Storage Mover resource.

SubscriptionId

The ID of the target subscription.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageMoverIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageMoverIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageMover.Models.IStorageMoverIdentity.

FromJsonString(String)

Creates a new instance of StorageMoverIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageMoverIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to