Share via


RetrieveAllRequest Class

Definition

Contains the data that is needed to retrieve all deployment records of the specified deployment entity type.

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

Remarks

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

You can also use the corresponding Windows PowerShell command for the deployment entity you want to retrieve. For example, Get-CrmOrganization or Get-CrmSetting. For more information, see Administer the deployment using Windows PowerShell.

Constructors

RetrieveAllRequest()

Initializes a new instance of the RetrieveAllRequest class.

Properties

EntityType

Gets or sets the type of deployment entity to be retrieved.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DeploymentServiceRequest)

Applies to

See also