IMigrationProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.MigrationPropertiesTypeConverter))]
public interface IMigrationProperties : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.MigrationPropertiesTypeConverter))>]
type IMigrationProperties = interface
interface IJsonSerializable
Public Interface IMigrationProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| MigrationProgressCompletionPercentage |
Completion Percentage |
| MigrationProgressMessage |
Progress Message |
| OldSubnetId |
Old Subnet Id |
| OldVnetSiteId |
Old Vnet Site Id |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |