Share via


BeginUpdateOrganizationRequest Class

Definition

Contains the data that is needed to begin the asynchronous operation to update an organization.

public ref class BeginUpdateOrganizationRequest : Microsoft::Xrm::Sdk::Deployment::DeferredOperationRequest
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BeginUpdateOrganizationRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")]
public class BeginUpdateOrganizationRequest : Microsoft.Xrm.Sdk.Deployment.DeferredOperationRequest
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BeginUpdateOrganizationRequest", Namespace="http://schemas.microsoft.com/xrm/2011/Contracts/Deployment")>]
type BeginUpdateOrganizationRequest = class
    inherit DeferredOperationRequest
Public Class BeginUpdateOrganizationRequest
Inherits DeferredOperationRequest
Inheritance
Attributes

Remarks

Pass an instance of this class to the Execute(DeploymentServiceRequest) method, which returns an instance of BeginUpdateOrganizationRequest.

You can also use the Update-CrmOrganization Windows PowerShell command. For more information, see Administer the deployment using Windows PowerShell.

You can use the Get-CrmOperationStatus Windows 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

BeginUpdateOrganizationRequest()

Initializes a new instance of the BeginUpdateOrganizationRequest class.

Properties

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceRequest)
Tag

Gets or sets the ID or instance tag of the organization to update. Required.

Applies to

See also