IDeploymentService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |