ProtectedItemJobProperties Class

Definition

Protected item job properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemJobPropertiesTypeConverter))]
public class ProtectedItemJobProperties : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.ProtectedItemJobPropertiesTypeConverter))>]
type ProtectedItemJobProperties = class
    interface IProtectedItemJobProperties
    interface IJsonSerializable
Public Class ProtectedItemJobProperties
Implements IProtectedItemJobProperties
Inheritance
ProtectedItemJobProperties
Attributes
Implements

Constructors

Name Description
ProtectedItemJobProperties()

Creates an new ProtectedItemJobProperties instance.

Properties

Name Description
DisplayName

Gets or sets the job friendly display name.

EndTime

Gets or sets end time of the job.

Id

Gets or sets job Id.

Name

Gets or sets job name.

ScenarioName

Gets or sets protection scenario name.

StartTime

Gets or sets start time of the job.

State

Gets or sets job state.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ProtectedItemJobProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ProtectedItemJobProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api20240901.IProtectedItemJobProperties.

FromJsonString(String)

Creates a new instance of ProtectedItemJobProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ProtectedItemJobProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to