Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Deployments

Package version

Class representing a Deployments.

Hierarchy

  • Deployments

Index

Constructors

constructor

Methods

cancelDeployment

createOrUpdateDeployment

deleteDeployment

  • deleteDeployment(deploymentId: string, options?: coreHttp.OperationOptions): Promise<coreHttp.RestResponse>
  • Deletes a deployment.

    Parameters

    • deploymentId: string

      Deployment identifier.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<coreHttp.RestResponse>

getDeployment

getDeploymentStatus

  • Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.

    Parameters

    • deploymentId: string

      Deployment identifier.

    • Optional options: coreHttp.OperationOptions

      The options parameters.

    Returns Promise<DeploymentsGetDeploymentStatusResponse>

listAllDeployments

listDeploymentDevices

retryDeployment

Generated using TypeDoc