DeploymentServiceRequest Class

 

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.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Inheritance Hierarchy

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

Syntax

[KnownTypeAttribute(typeof(BeginImportOrganizationRequest))]
[DataContractAttribute(Name = "DeploymentServiceRequest", Namespace = "https://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
<KnownTypeAttribute(GetType(BeginImportOrganizationRequest))>
<DataContractAttribute(Name := "DeploymentServiceRequest", Namespace := "https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>
<KnownTypeAttribute(GetType(DeleteRequest))>
<KnownTypeAttribute(GetType(DeleteOrganizationRequest))>
<KnownTypeAttribute(GetType(UpdateRequest))>
<KnownTypeAttribute(GetType(RetrieveAllRequest))>
<KnownTypeAttribute(GetType(DeferredOperationRequest))>
<KnownTypeAttribute(GetType(BeginCreateOrganizationRequest))>
<KnownTypeAttribute(GetType(BeginUpgradeOrganizationRequest))>
<KnownTypeAttribute(GetType(UpdateProductKeyRequest))>
<KnownTypeAttribute(GetType(BeginUpdateOrganizationRequest))>
<KnownTypeAttribute(GetType(UpdateAdvancedSettingsRequest))>
<KnownTypeAttribute(GetType(AddDeploymentAdministratorRequest))>
<KnownTypeAttribute(GetType(RetrieveRequest))>
<KnownTypeAttribute(GetType(RetrieveUserMappingRequest))>
<KnownTypeAttribute(GetType(RetrieveMonitoringResultsRequest))>
<KnownTypeAttribute(GetType(RetrieveAdvancedSettingsRequest))>
<KnownTypeAttribute(GetType(TrackLicenseRequest))>
<KnownTypeAttribute(GetType(AddCrmDatabaseRequest))>
Public Class DeploymentServiceRequest
    Implements IExtensibleDataObject

Constructors

Name Description
System_CAPS_pubmethod DeploymentServiceRequest()

Initializes a new instance of theDeploymentServiceRequest class.

Properties

Name Description
System_CAPS_pubproperty ExtensionData

Gets or sets the structure that contains extra data.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This is the base class for all deployment Web service requests. Pass an instance of a request class to the Execute method.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

DeploymentServiceResponse
Microsoft.Xrm.Sdk.Deployment Namespace
Introduction to the deployment web service
Deployment web service messages

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright