IDeploymentService Interface

 

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Provides programmatic access to deployment information.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[ServiceContractAttribute(Namespace = "https://schemas.microsoft.com/xrm/2011/Contracts/Services", 
    ConfigurationName = "Microsoft.Xrm.Sdk.Deployment.IDeploymentService")]
public interface IDeploymentService
<ServiceContractAttribute(Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Services",
    ConfigurationName := "Microsoft.Xrm.Sdk.Deployment.IDeploymentService")>
Public Interface IDeploymentService

Methods

Name Description
System_CAPS_pubmethod Delete(DeploymentEntityType, EntityInstanceId)

Deletes a deployment record.

System_CAPS_pubmethod Execute(DeploymentServiceRequest)

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

System_CAPS_pubmethod Retrieve(DeploymentEntityType, EntityInstanceId)

Retrieves a deployment record.

System_CAPS_pubmethod RetrieveAll(DeploymentEntityType)

Retrieves all deployment records for the specified deployment entity type.

System_CAPS_pubmethod Update(DeploymentObject)

Updates a deployment record.

See Also

Microsoft.Xrm.Sdk.Deployment Namespace
Introduction to the deployment web service

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright