次の方法で共有


JobExecutionBase Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionBaseTypeConverter))]
public class JobExecutionBase : Microsoft.Azure.PowerShell.Cmdlets.App.Models.IJobExecutionBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.JobExecutionBaseTypeConverter))>]
type JobExecutionBase = class
    interface IJobExecutionBase
    interface IJsonSerializable
Public Class JobExecutionBase
Implements IJobExecutionBase
Inheritance
JobExecutionBase
Attributes
Implements

Constructors

JobExecutionBase()

Properties

Id
Name
ResourceGroupName

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to