DeploymentServiceResponse Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Contains the response from the request and the base class for all deployment Web service responses.

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


[KnownTypeAttribute(typeof(UpdateProductKeyResponse))]
[KnownTypeAttribute(typeof(UpdateAdvancedSettingsResponse))]
[KnownTypeAttribute(typeof(TrackLicenseResponse))]
[KnownTypeAttribute(typeof(UpdateResponse))]
[DataContractAttribute(Name = "DeploymentServiceResponse", Namespace = "http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
[KnownTypeAttribute(typeof(DeferredOperationResponse))]
[KnownTypeAttribute(typeof(BeginImportOrganizationResponse))]
[KnownTypeAttribute(typeof(BeginUpdateOrganizationResponse))]
[KnownTypeAttribute(typeof(BeginCreateOrganizationResponse))]
[KnownTypeAttribute(typeof(BeginUpgradeOrganizationResponse))]
[KnownTypeAttribute(typeof(RetrieveAdvancedSettingsResponse))]
[KnownTypeAttribute(typeof(AddDeploymentAdministratorResponse))]
[KnownTypeAttribute(typeof(RetrieveUserMappingResponse))]
[KnownTypeAttribute(typeof(RetrieveMonitoringResultsResponse))]
[KnownTypeAttribute(typeof(AddCrmDatabaseResponse))]
[KnownTypeAttribute(typeof(DeleteResponse))]
[KnownTypeAttribute(typeof(DeleteOrganizationResponse))]
[KnownTypeAttribute(typeof(RetrieveResponse))]
[KnownTypeAttribute(typeof(RetrieveAllResponse))]
public class DeploymentServiceResponse : IExtensibleDataObject

NameDescription
System_CAPS_pubmethodDeploymentServiceResponse()

Initializes a new instance of the DeploymentServiceResponse class.

NameDescription
System_CAPS_pubpropertyExtensionData

Gets or sets the structure that contains extra data.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

This is the base class for all deployment Web service responses. An instance of a response class is returned from the Execute method.

Some messages do not have a return value.

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

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: