MigrationProgress 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.
Migration Progress
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.MigrationProgressTypeConverter))]
public class MigrationProgress : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IMigrationProgress
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.MigrationProgressTypeConverter))>]
type MigrationProgress = class
interface IMigrationProgress
interface IJsonSerializable
Public Class MigrationProgress
Implements IMigrationProgress
- Inheritance
-
MigrationProgress
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MigrationProgress() |
Creates an new MigrationProgress instance. |
Properties
| Name | Description |
|---|---|
| CompletionPercentage |
Completion Percentage |
| ProgressMessage |
Progress Message |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationProgress. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationProgress. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IMigrationProgress. |
| FromJsonString(String) |
Creates a new instance of MigrationProgress, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationProgress into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |