DeploymentServiceRequest-klasse
Contains the data that is needed to execute a request and the base class for all deployment service requests.
Naamruimte: Microsoft.Xrm.Sdk.Deployment
Assembly: Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)
Syntaxis
'Declaratie
<KnownTypeAttribute(GetType(BeginUpdateOrganizationRequest))> _
<KnownTypeAttribute(GetType(RetrieveAllRequest))> _
<DebuggerStepThroughAttribute> _
<KnownTypeAttribute(GetType(AddDeploymentAdministratorRequest))> _
<DataContractAttribute(Name:="DeploymentServiceRequest", Namespace:="https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")> _
<KnownTypeAttribute(GetType(DeferredOperationRequest))> _
<KnownTypeAttribute(GetType(BeginImportOrganizationRequest))> _
<KnownTypeAttribute(GetType(BeginUpgradeOrganizationRequest))> _
<KnownTypeAttribute(GetType(BeginCreateOrganizationRequest))> _
<KnownTypeAttribute(GetType(UpdateAdvancedSettingsRequest))> _
<KnownTypeAttribute(GetType(RetrieveMonitoringResultsRequest))> _
<KnownTypeAttribute(GetType(AddCrmDatabaseRequest))> _
<KnownTypeAttribute(GetType(DeleteRequest))> _
<KnownTypeAttribute(GetType(DeleteOrganizationRequest))> _
<KnownTypeAttribute(GetType(RetrieveRequest))> _
<GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")> _
<KnownTypeAttribute(GetType(UpdateRequest))> _
<KnownTypeAttribute(GetType(UpdateProductKeyRequest))> _
<KnownTypeAttribute(GetType(TrackLicenseRequest))> _
<KnownTypeAttribute(GetType(RetrieveUserMappingRequest))> _
<KnownTypeAttribute(GetType(RetrieveAdvancedSettingsRequest))> _
Public Class DeploymentServiceRequest
Implements IExtensibleDataObject
[KnownTypeAttribute(typeof(BeginUpdateOrganizationRequest))]
[KnownTypeAttribute(typeof(RetrieveAllRequest))]
[DebuggerStepThroughAttribute]
[KnownTypeAttribute(typeof(AddDeploymentAdministratorRequest))]
[DataContractAttribute(Name="DeploymentServiceRequest", Namespace="https://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
[KnownTypeAttribute(typeof(DeferredOperationRequest))]
[KnownTypeAttribute(typeof(BeginImportOrganizationRequest))]
[KnownTypeAttribute(typeof(BeginUpgradeOrganizationRequest))]
[KnownTypeAttribute(typeof(BeginCreateOrganizationRequest))]
[KnownTypeAttribute(typeof(UpdateAdvancedSettingsRequest))]
[KnownTypeAttribute(typeof(RetrieveMonitoringResultsRequest))]
[KnownTypeAttribute(typeof(AddCrmDatabaseRequest))]
[KnownTypeAttribute(typeof(DeleteRequest))]
[KnownTypeAttribute(typeof(DeleteOrganizationRequest))]
[KnownTypeAttribute(typeof(RetrieveRequest))]
[GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")]
[KnownTypeAttribute(typeof(UpdateRequest))]
[KnownTypeAttribute(typeof(UpdateProductKeyRequest))]
[KnownTypeAttribute(typeof(TrackLicenseRequest))]
[KnownTypeAttribute(typeof(RetrieveUserMappingRequest))]
[KnownTypeAttribute(typeof(RetrieveAdvancedSettingsRequest))]
public class DeploymentServiceRequest : IExtensibleDataObject
Opmerkingen
This is the base class for all deployment Web service requests. Pass an instance of a request class to the Execute method.
Overnamehiërarchie
System.Object
Microsoft.Xrm.Sdk.Deployment.DeploymentServiceRequest
Afgeleide klassen
Thread-veiligheid
Alle openbare statische (Shared in Visual Basic) leden van dit type zijn thread-veilig. Exemplaarleden zijn niet gegarandeerd thread-veilig.
Platforms
Development Platforms
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Target Platforms
Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket-pc,Smartphone,Windows Server 2003,Windows XP Professional,Windows Server 2008,Windows Server 2012,Windows 7,Windows 8,Windows 8.1
Zie ook
Verwijzing
DeploymentServiceRequest-leden
Microsoft.Xrm.Sdk.Deployment-naamruimte
DeploymentServiceResponse
Overige resources
Introduction to the Deployment Web Service
Deployment Web Service Messages
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.