ScopedDeployment interface
Deployment operation parameters.
location | The location to store the deployment data. |
properties | The deployment properties. |
tags | Deployment tags |
The location to store the deployment data.
location: string
Property Value
string
Deployment tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}