DeploymentServiceClient.Retrieve Method (DeploymentEntityType, EntityInstanceId)
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Retrieves a deployment record.
Namespace: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntax
public DeploymentObject Retrieve(
DeploymentEntityType entityType,
EntityInstanceId id
)
Public Function Retrieve (
entityType As DeploymentEntityType,
id As EntityInstanceId
) As DeploymentObject
Parameters
entityType
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentEntityTypeType: DeploymentEntityType. The type of deployment entity specified by the id parameter.
id
Type: Microsoft.Xrm.Sdk.Deployment.EntityInstanceIdType: EntityInstanceId. The ID of the deployment record to retrieve.
Return Value
Type: Microsoft.Xrm.Sdk.Deployment.DeploymentObject
Type: DeploymentObject
The deployment record.
Implements
IDeploymentService.Retrieve(DeploymentEntityType, EntityInstanceId)
Remarks
The ID of a deployment record is also referred to as an instance tag.
See Also
Retrieve
RetrieveRequest
DeploymentEntityType
DeploymentServiceClient Class
Microsoft.Xrm.Sdk.Deployment Namespace
Deployment entities and deployment configuration settings
Return to top
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright