DeploymentServiceRequest Class
Updated: November 29, 2016
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online
Contains the data that is needed to execute a request and the base class for all deployment service requests.
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
Microsoft.Xrm.Sdk.Deployment.AddCrmDatabaseRequest
Microsoft.Xrm.Sdk.Deployment.AddDeploymentAdministratorRequest
Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest
Microsoft.Xrm.Sdk.Deployment.DeleteRequest
Microsoft.Xrm.Sdk.Deployment.RetrieveAdvancedSettingsRequest
Microsoft.Xrm.Sdk.Deployment.RetrieveAllRequest
Microsoft.Xrm.Sdk.Deployment.RetrieveMonitoringResultsRequest
Microsoft.Xrm.Sdk.Deployment.RetrieveRequest
Microsoft.Xrm.Sdk.Deployment.RetrieveUserMappingRequest
Microsoft.Xrm.Sdk.Deployment.TrackLicenseRequest
Microsoft.Xrm.Sdk.Deployment.UpdateAdvancedSettingsRequest
Microsoft.Xrm.Sdk.Deployment.UpdateProductKeyRequest
Microsoft.Xrm.Sdk.Deployment.UpdateRequest
[KnownTypeAttribute(typeof(BeginImportOrganizationRequest))] [DataContractAttribute(Name = "DeploymentServiceRequest", Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")] [KnownTypeAttribute(typeof(DeleteRequest))] [KnownTypeAttribute(typeof(DeleteOrganizationRequest))] [KnownTypeAttribute(typeof(UpdateRequest))] [KnownTypeAttribute(typeof(RetrieveAllRequest))] [KnownTypeAttribute(typeof(DeferredOperationRequest))] [KnownTypeAttribute(typeof(BeginCreateOrganizationRequest))] [KnownTypeAttribute(typeof(BeginUpgradeOrganizationRequest))] [KnownTypeAttribute(typeof(UpdateProductKeyRequest))] [KnownTypeAttribute(typeof(BeginUpdateOrganizationRequest))] [KnownTypeAttribute(typeof(UpdateAdvancedSettingsRequest))] [KnownTypeAttribute(typeof(AddDeploymentAdministratorRequest))] [KnownTypeAttribute(typeof(RetrieveRequest))] [KnownTypeAttribute(typeof(RetrieveUserMappingRequest))] [KnownTypeAttribute(typeof(RetrieveMonitoringResultsRequest))] [KnownTypeAttribute(typeof(RetrieveAdvancedSettingsRequest))] [KnownTypeAttribute(typeof(TrackLicenseRequest))] [KnownTypeAttribute(typeof(AddCrmDatabaseRequest))] public class DeploymentServiceRequest : IExtensibleDataObject
| Name | Description | |
|---|---|---|
![]() | DeploymentServiceRequest() | Initializes a new instance of theDeploymentServiceRequest class. |
| Name | Description | |
|---|---|---|
![]() | ExtensionData | Gets or sets the structure that contains extra data. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This is the base class for all deployment Web service requests. Pass an instance of a request class to the Execute method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Microsoft Dynamics 365
© 2016 Microsoft. All rights reserved. Copyright


