IVMwareJob 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.Api202001.VMwareJobTypeConverter))]
public interface IVMwareJob : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202001.VMwareJobTypeConverter))>]
type IVMwareJob = interface
interface IJsonSerializable
Public Interface IVMwareJob
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ActivityId |
Activity Id used in the operation execution context. |
ClientRequestId |
Client request Id used in the operation execution context. |
DisplayName |
Display name of the Job. |
EndTime |
Operation end time. |
Error |
Errors. |
Id |
Resource Id. |
Name |
Name of the job. |
StartTime |
Operation start time. |
Status |
Operation status. |
Type |
Type of resource. Type = Microsoft.OffAzure/VMWareSites/Jobs. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |