StorageMigrationResponseProperties Class
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.
StorageMigrationResponse resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StorageMigrationResponsePropertiesTypeConverter))]
public class StorageMigrationResponseProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStorageMigrationResponseProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.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.Functions.Models.Api20231201.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. |