IDeploymentManagement Interface

Definition

Allows you to access the status of a management pack deployment and to restart management pack deployments.

public interface class IDeploymentManagement
public interface IDeploymentManagement
type IDeploymentManagement = interface
Public Interface IDeploymentManagement

Methods

GetManagementPackDeploymentStatus(IEnumerable<Guid>)

Gets the deployment status for each management pack specified by the collection of object identifiers.

GetManagementPackDeploymentStatus(IEnumerable<ManagementPack>)

Gets the deployment status for each specified management pack object.

RestartDeployment(Guid)

Restarts the deployment of the management pack specified by the parameter.

RestartDeployment(ManagementPack)

Restarts the deployment of the specified management pack.

Applies to