IDeploymentService Interface

Definition

Provides programmatic access to deployment information.

public interface class IDeploymentService
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ServiceModel.ServiceContract(ConfigurationName="Microsoft.Xrm.Sdk.Deployment.IDeploymentService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Services")]
public interface IDeploymentService
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ServiceModel.ServiceContract(ConfigurationName="Microsoft.Xrm.Sdk.Deployment.IDeploymentService", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Services")>]
type IDeploymentService = interface
Public Interface IDeploymentService
Derived
Attributes

Methods

Delete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record.

Execute(DeploymentServiceRequest)

Executes a message in the form of a request, and returns a response.

Retrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record.

RetrieveAll(DeploymentEntityType)

Retrieves all deployment records for the specified deployment entity type.

Update(DeploymentObject)

Updates a deployment record.

Applies to