CommandOutput Class

Response of /command api.

Inheritance
azure.mgmt.cosmosdb._serialization.Model
CommandOutput

Constructor

CommandOutput(*, command_output: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
command_output
str

Output of the command.

Variables

Name Description
command_output
str

Output of the command.