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
tags
Deployment tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}