OperationJobExtendedInfo 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.
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. |