Share via


StorageMoverUpdateProperties Class

Definition

The resource specific properties for the Storage Mover resource.

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

Constructors

StorageMoverUpdateProperties()

Creates an new StorageMoverUpdateProperties instance.

Properties

Description

A description for the Storage Mover.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageMoverUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageMoverUpdateProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageMoverUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to