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 | |
---|---|---|
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. |
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