次の方法で共有


JobExecutionContainer Class

Definition

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

Constructors

JobExecutionContainer()

Properties

Arg
Command
Env
Image
Name
ResourceCpu
ResourceEphemeralStorage
ResourceMemory

Methods

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

Applies to