Deployment interface

Deployment operation parameters.

Properties

identity

The Managed Identity configuration for a deployment.

location

The location to store the deployment data.

properties

The deployment properties.

tags

Deployment tags

Property Details

identity

The Managed Identity configuration for a deployment.

identity?: DeploymentIdentity

Property Value

location

The location to store the deployment data.

location?: string

Property Value

string

properties

The deployment properties.

properties: DeploymentProperties

Property Value

tags

Deployment tags

tags?: Record<string, string>

Property Value

Record<string, string>