你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationJobExtendedInfo Class

Definition

Operation Job Extended Info

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.OperationJobExtendedInfoTypeConverter))]
public class OperationJobExtendedInfo : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.OperationJobExtendedInfoTypeConverter))>]
type OperationJobExtendedInfo = class
    interface IOperationJobExtendedInfo
    interface IJsonSerializable
    interface IOperationExtendedInfo
    interface IValidates
Public Class OperationJobExtendedInfo
Implements IOperationJobExtendedInfo, IValidates
Inheritance
OperationJobExtendedInfo
Attributes
Implements

Constructors

OperationJobExtendedInfo()

Creates an new OperationJobExtendedInfo instance.

Properties

JobId

Name or Arm Id of the job created for this operation.

ObjectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationJobExtendedInfo.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationJobExtendedInfo.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.IOperationJobExtendedInfo.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationJobExtendedInfo into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to