BeginUpgradeOrganizationRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the data that is needed to begin the asynchronous operation to upgrade an organization.
public ref class BeginUpgradeOrganizationRequest : Microsoft::Xrm::Sdk::Deployment::DeferredOperationRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BeginUpgradeOrganizationRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class BeginUpgradeOrganizationRequest : Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BeginUpgradeOrganizationRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type BeginUpgradeOrganizationRequest = class
inherit DeferredOperationRequest
Public Class BeginUpgradeOrganizationRequest
Inherits DeferredOperationRequest
- Inheritance
- Attributes
Remarks
Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of BeginUpgradeOrganizationResponse.
You can use the Get-CrmOperationStatusWindows PowerShell command to check the status of this asynchronous request. Or, you can use the RetrieveRequest message using the OperationId property to set the InstanceTag property.
Constructors
BeginUpgradeOrganizationRequest() |
Initializes a new instance of the BeginUpgradeOrganizationRequest class. |
Properties
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from DeploymentServiceRequest) |
Tag |
Gets or sets the ID or the instance tag of the organization to upgrade. Required. |