DeploymentExtended interface
Deployment information.
Properties
id | The ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
location | the location of the deployment. |
name | The name of the deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
properties | Deployment properties. |
tags | Deployment tags |
type | The type of the deployment. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
location
the location of the deployment.
location?: string
Property Value
string
name
The name of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
properties
Deployment properties.
properties?: DeploymentPropertiesExtended
Property Value
tags
Deployment tags
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
type
The type of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string