CsmDeploymentStatus interface
Deployment status response payload.
- Extends
Properties
deployment |
Deployment operation id. |
errors | List of errors. |
failed |
List of URLs pointing to logs for instances which failed to provision. |
number |
Number of site instances failed to provision. |
number |
Number of site instances currently being provisioned. |
number |
Number of site instances provisioned successfully. |
status | Deployment build status. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
deploymentId
Deployment operation id.
deploymentId?: string
Property Value
string
errors
failedInstancesLogs
List of URLs pointing to logs for instances which failed to provision.
failedInstancesLogs?: string[]
Property Value
string[]
numberOfInstancesFailed
Number of site instances failed to provision.
numberOfInstancesFailed?: number
Property Value
number
numberOfInstancesInProgress
Number of site instances currently being provisioned.
numberOfInstancesInProgress?: number
Property Value
number
numberOfInstancesSuccessful
Number of site instances provisioned successfully.
numberOfInstancesSuccessful?: number
Property Value
number
status
Deployment build status.
status?: string
Property Value
string
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type