MigrationServiceProperties 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.
The Migration Service properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MigrationServicePropertiesTypeConverter))]
public class MigrationServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationServiceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.MigrationServicePropertiesTypeConverter))>]
type MigrationServiceProperties = class
interface IMigrationServiceProperties
interface IJsonSerializable
Public Class MigrationServiceProperties
Implements IMigrationServiceProperties
- Inheritance
-
MigrationServiceProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MigrationServiceProperties() |
Creates an new MigrationServiceProperties instance. |
Properties
| Name | Description |
|---|---|
| IntegrationRuntimeState |
Current state of the Integration runtime. |
| ProvisioningState |
Provisioning state to track the async operation status. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MigrationServiceProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MigrationServiceProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataMigration.Models.Api20250630.IMigrationServiceProperties. |
| FromJsonString(String) |
Creates a new instance of MigrationServiceProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MigrationServiceProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |