CsmDeploymentStatus interface

Deployment status response payload.

Extends

Properties

deploymentId

Deployment operation id.

errors

List of errors.

failedInstancesLogs

List of URLs pointing to logs for instances which failed to provision.

numberOfInstancesFailed

Number of site instances failed to provision.

numberOfInstancesInProgress

Number of site instances currently being provisioned.

numberOfInstancesSuccessful

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

List of errors.

errors?: ErrorEntity[]

Property Value

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

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.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