你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageMigrationResponseProperties Class

Definition

StorageMigrationResponse resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.StorageMigrationResponsePropertiesTypeConverter))]
public class StorageMigrationResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IStorageMigrationResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.StorageMigrationResponsePropertiesTypeConverter))>]
type StorageMigrationResponseProperties = class
    interface IStorageMigrationResponseProperties
    interface IJsonSerializable
Public Class StorageMigrationResponseProperties
Implements IStorageMigrationResponseProperties
Inheritance
StorageMigrationResponseProperties
Attributes
Implements

Constructors

StorageMigrationResponseProperties()

Creates an new StorageMigrationResponseProperties instance.

Properties

OperationId

When server starts the migration process, it will return an operation ID identifying that particular migration operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StorageMigrationResponseProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StorageMigrationResponseProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IStorageMigrationResponseProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StorageMigrationResponseProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to