IJobModelProperties 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.Migrate.Models.Api20240901.JobModelPropertiesTypeConverter))]
public interface IJobModelProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.JobModelPropertiesTypeConverter))>]
type IJobModelProperties = interface
interface IJsonSerializable
Public Interface IJobModelProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ActivityId |
Gets or sets the job activity id. |
| AllowedAction |
Gets or sets the list of allowed actions on the job. |
| CustomProperty |
Job model custom properties. |
| DisplayName |
Gets or sets the friendly display name. |
| EndTime |
Gets or sets the end time. |
| Error |
Gets or sets the list of errors. |
| ObjectId |
Gets or sets the affected object Id. |
| ObjectInternalId |
Gets or sets the affected object internal Id. |
| ObjectInternalName |
Gets or sets the affected object internal name. |
| ObjectName |
Gets or sets the affected object name. |
| ObjectType |
Gets or sets the object type. |
| ProvisioningState |
Gets or sets the provisioning state of the job. |
| ReplicationProviderId |
Gets or sets the replication provider. |
| SourceFabricProviderId |
Gets or sets the source fabric provider. |
| StartTime |
Gets or sets the start time. |
| State |
Gets or sets the job state. |
| TargetFabricProviderId |
Gets or sets the target fabric provider. |
| Task |
Gets or sets the list of tasks. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |