DeploymentExtensionDefinition Class

DeploymentExtensionDefinition.

Constructor

DeploymentExtensionDefinition(*args: Any, **kwargs: Any)

Variables

Name Description
alias
str

The alias of the extension as defined in the deployment template.

name
str

The extension name.

version
str

The extension version.

config_id
str

The extension configuration ID. It uniquely identifies a deployment control plane within an extension.

config

The extension configuration.

Attributes

alias

The alias of the extension as defined in the deployment template.

alias: str | None

config

The extension configuration.

config: dict[str, '_models.DeploymentExtensionConfigItem'] | None

config_id

The extension configuration ID. It uniquely identifies a deployment control plane within an extension.

config_id: str | None

name

The extension name.

name: str | None

version

The extension version.

version: str | None