Share via


ContainerExecRequest Class

Definition

The container exec request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerExecRequestTypeConverter))]
public class ContainerExecRequest : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerExecRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerExecRequestTypeConverter))>]
type ContainerExecRequest = class
    interface IContainerExecRequest
    interface IJsonSerializable
Public Class ContainerExecRequest
Implements IContainerExecRequest
Inheritance
ContainerExecRequest
Attributes
Implements

Constructors

ContainerExecRequest()

Creates an new ContainerExecRequest instance.

Properties

Command

The command to be executed.

TerminalSizeCol

The column size of the terminal

TerminalSizeRow

The row size of the terminal

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerExecRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerExecRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerExecRequest.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerExecRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to