Deployment Entities and Deployment Configuration Settings
There are two types of settings managed by the deployment Web service: Deployment Entities and Deployment Configuration Settings. You can use the RetrieveAllRequest, RetrieveRequest, UpdateRequest and DeleteRequest messages to interact with these entity types.
Alternatively, you can use Windows PowerShell commands to interact with these entity types. Each one has its own command such as Get-CrmOrganization. For more information, see Use PowerShell to Call the Deployment Web Service.
When you retrieve, delete or update a deployment record, you specify the type of deployment entity you are working with using the DeploymentEntityType enumeration. These types correspond to the classes shown below.
In This Section
Deployment Entities
The following table lists the deployment entity classes.
| Entity class name | Description |
|---|---|
|
Contains information about a certificate. |
|
|
Contains information about the configuration. |
|
|
Contains status information about asynchronous operations. |
|
|
Contains information about the administrator for a Microsoft Dynamics CRM deployment. |
|
|
Contains information about a license. |
|
|
Contains information about the organizations in a deployment. |
|
|
Contains information about the servers for a deployment. |
Deployment Configuration Settings
The following table lists the configuration settings classes.
| Configuration settings class name | Description |
|---|---|
|
Contains settings values regarding asynchronous jobs and can be used to tune the asynchronous processing service. |
|
|
Contains settings for claims authentication. |
|
|
Contains settings that pertain to running custom code. |
|
|
Contains settings for dashboards. |
|
|
Contains settings that tune the operation of duplicate detection. |
|
|
Contains settings for enterprise transaction management that can be used to throttle Microsoft Dynamics CRM for Outlook. |
|
|
Contains settings for Internet facing deployments. |
|
|
Contains settings that tune a data import operation. |
|
|
Contains settings for the Marketplace. |
|
|
Contains SQM settings. |
|
|
Contains settings which can be used to throttle Microsoft Dynamics CRM for Outlook. |
|
|
Contains settings that tune the amount of trace information generated. |
|
|
Contains deployment root domain address values. |
|
|
Contains deployment wide workflow settings. |
Deployment Web Service Object Model
The following shows the class diagram for the deployment service entities and settings entities.
See Also
Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.
