RunCommandResult

Run command result.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
id string The command id.
properties object
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-run-command-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunCommandResult",
  "type": "object",
  "description": "Run command result.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The command id."
    },
    "properties": {
      "type": "object"
    }
  }
}