ContainerExecResponse Class

The information for the container exec command.

Inheritance
azure.mgmt.containerinstance._serialization.Model
ContainerExecResponse

Constructor

ContainerExecResponse(*, web_socket_uri: str | None = None, password: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
web_socket_uri
str

The uri for the exec websocket.

password
str

The password to start the exec command.

Variables

Name Description
web_socket_uri
str

The uri for the exec websocket.

password
str

The password to start the exec command.