Share via


DeploymentExtensionSpec Class

Extension sidecars to be added to the deployment.

All required parameters must be populated in order to send to Azure.

Constructor

DeploymentExtensionSpec(*, name: str, extension_type: str | None = None, version: str | None = None, settings: MutableMapping[str, Any] | None = None, protected_settings: MutableMapping[str, Any] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Name of the extension. Required.

extension_type
str

Type of extension to be added.

Default value: None
version
str

Version of the extension being used.

Default value: None
settings
<xref:JSON>

Settings for the extension.

Default value: None
protected_settings
<xref:JSON>

Protected settings for the extension.

Default value: None

Variables

Name Description
name
str

Name of the extension. Required.

extension_type
str

Type of extension to be added.

version
str

Version of the extension being used.

settings
<xref:JSON>

Settings for the extension.

protected_settings
<xref:JSON>

Protected settings for the extension.