Share via


ContainerExecResponse Class

Definition

The information for the container exec command.

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

Constructors

ContainerExecResponse()

Creates an new ContainerExecResponse instance.

Properties

Password

The password to start the exec command.

WebSocketUri

The uri for the exec websocket.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerExecResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerExecResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerExecResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to