Share via


StorageMoverUpdateParameters Class

Definition

The Storage Mover resource.

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

Constructors

StorageMoverUpdateParameters()

Creates an new StorageMoverUpdateParameters instance.

Properties

Description

A description for the Storage Mover.

Tag

Resource tags.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageMoverUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageMoverUpdateParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageMoverUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to