Share via


DeploymentExtensionDefinition interface

Properties

alias

The alias of the extension as defined in the deployment template. NOTE: This property will not be serialized. It can only be populated by the server.

config

The extension configuration. NOTE: This property will not be serialized. It can only be populated by the server.

configId

The extension configuration ID. It uniquely identifies a deployment control plane within an extension. NOTE: This property will not be serialized. It can only be populated by the server.

name

The extension name. NOTE: This property will not be serialized. It can only be populated by the server.

version

The extension version. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

alias

The alias of the extension as defined in the deployment template. NOTE: This property will not be serialized. It can only be populated by the server.

alias?: string

Property Value

string

config

The extension configuration. NOTE: This property will not be serialized. It can only be populated by the server.

config?: {[propertyName: string]: DeploymentExtensionConfigItem}

Property Value

{[propertyName: string]: DeploymentExtensionConfigItem}

configId

The extension configuration ID. It uniquely identifies a deployment control plane within an extension. NOTE: This property will not be serialized. It can only be populated by the server.

configId?: string

Property Value

string

name

The extension name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

version

The extension version. NOTE: This property will not be serialized. It can only be populated by the server.

version?: string

Property Value

string