Microsoft.Azure.Management.HDInsight.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.HDInsight</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.Principal">
            <summary>
            AAD Principal. No common fields with dervied types(service principal, user principal) as of now.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.#ctor">
            <summary>
            Initializes a new instance of the ClusterCreateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.Location">
            <summary>
            Gets or sets the datacenter location for the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.DefaultStorageAccountName">
            <summary>
            Gets or sets the StorageName for the default Azure Storage Account.
            This account will be used for schemaless paths and the cluster will
            leverage to store some cluster level files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.DefaultStorageAccountKey">
            <summary>
            Gets or sets the StorageKey for the default Azure Storage Account.
            This account will be used for schemaless paths and the cluster will
            leverage to store some cluster level files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.DefaultStorageContainer">
            <summary>
            Gets or sets the StorageContainer for the default Azure Storage Account.
            This account will be used for schemaless paths and the cluster will
            leverage to store some cluster level files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.UserName">
            <summary>
            Gets or sets the login for the cluster's user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.Password">
            <summary>
            Gets or sets the password for the cluster's user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.RdpUsername">
            <summary>
            Gets or sets the username for RDP access to the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.RdpPassword">
            <summary>
            Gets or sets the password for RDP access to the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.RdpAccessExpiry">
            <summary>
            Gets or sets the expiry DateTime for RDP access on the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.ClusterSizeInNodes">
            <summary>
            Gets or sets the number of workernodes for the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.Version">
            <summary>
            Gets or sets the version of the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.HeadNodeSize">
            <summary>
            Gets or sets the size of the Head Node.
            </summary>
            <value>
            The size of the head node.
            </value>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.WorkerNodeSize">
            <summary>
            Gets or sets the size of the Data Node.
            </summary>
            <value>
            The size of the data node.
            </value>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.ZookeeperNodeSize">
            <summary>
            Gets or sets the size of the Zookeeper Node.
            </summary>
            <value>
            The size of the zookeeper node.
            </value>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.AdditionalStorageAccounts">
            <summary>
            Gets additional Azure Storage Account that you want to enable access to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.ScriptActions">
            <summary>
            Gets config actions for the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.OozieMetastore">
            <summary>
            Gets or sets the database to store the metadata for Oozie.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.HiveMetastore">
            <summary>
            Gets or sets the database to store the metadata for Hive.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.Configurations">
            <summary>
            Gets the configurations of this HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.ClusterType">
            <summary>
            Gets or sets the flavor for a cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.VirtualNetworkId">
            <summary>
            Gets or sets the virtual network guid for this HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.SubnetName">
            <summary>
            Gets or sets the subnet name for this HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.OSType">
            <summary>
            Gets or sets the type of operating system installed on cluster nodes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.ClusterTier">
            <summary>
            Gets or sets the cluster tier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.SshUserName">
            <summary>
            Gets or sets SSH user name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.SshPassword">
            <summary>
            Gets or sets SSH password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.SshPublicKey">
            <summary>
            Gets or sets the public key to be used for SSH.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters.Principal">
            <summary>
            Gets or sets the prinicipal to be used for getting OAuth2 token to access Azure DataLake (ADL)
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType">
            <summary>
            A list of roles in a HDInsight Hadoop cluster to run config action on.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType.HeadNode">
            <summary>
            The head nodes of the cluster.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType.WorkerNode">
            <summary>
            The worker nodes of the cluster.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.ClusterNodeType.ZookeeperNode">
            <summary>
            The zookeper nodes of the cluster.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient">
            <summary>
            The HDInsight Management Client.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient">
            <summary>
            The HDInsight Management Client.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.Clusters">
            <summary>
            Contains all the cluster operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='baseUri'>
            Optional. Gets the URI used as the base for all cloud service
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the HDInsightManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Gets subscription credentials which uniquely identify
            Microsoft Azure subscription. The subscription ID forms part of
            the URI for every service call.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.HDInsight.HDInsightManagementClient})">
            <summary>
            Clones properties from current instance to another
            HDInsightManagementClient instance
            </summary>
            <param name='client'>
            Instance of HDInsightManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.HDInsightRetryPolicy">
            <summary>
            Gets the recommended Retry Policy for the HDInsight Management Client.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.ApiVersion">
            <summary>
            Gets the API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.BaseUri">
            <summary>
            Gets the URI used as the base for all cloud service requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.Credentials">
            <summary>
            Gets subscription credentials which uniquely identify Microsoft
            Azure subscription. The subscription ID forms part of the URI for
            every service call.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.Clusters">
            <summary>
            Contains all the cluster operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal">
            <summary>
            Service Principal that is used to get an OAuth2 token
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.#ctor(System.Guid,System.Guid,System.Byte[],System.String)">
            <summary>
            Initializes a new instance of the ServicePrincipal class.
            </summary>
            <param name="applicationId">Application id of the service principal.</param>
            <param name="certificateFileBytes">certificate file bytes associated with service principal.</param>
            <param name="certificatePassword">certificate password associated with service principal.</param>
            <param name="aadTenantId">AAD tenant id of the service principal</param>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.ApplicationId">
            <summary>
            Gets Application id of the service principal
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.CertificateFileBytes">
            <summary>
            Gets certificate file bytes associated with service principal
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.CertificatePassword">
            <summary>
            Gets certificate password associated with service principal
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.AADTenantId">
            <summary>
            Gets AAD tenant id of the service principal
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ServicePrincipal.ResourceUri">
            <summary>
            Gets Resource uri of the service principal
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.ClusterOperations">
            <summary>
            Contains all the cluster operations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.IClusterOperations">
            <summary>
            Contains all the cluster operations.
            </summary>
            <summary>
            Contains all the cluster operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.EnableHttpAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The HTTP username.
            </param>
            <param name='password'>
            Required. The HTTP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginEnablingHttpAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins enabling HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The HTTP username.
            </param>
            <param name='password'>
            Required. The HTTP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.DisableHttpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginDisablingHttpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins disabling HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.EnableRdpAsync(System.String,System.String,System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
            <summary>
            Enables RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginEnablingRdpAsync(System.String,System.String,System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
            <summary>
            Begins enabling RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.DisableRdpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginDisablingRdpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins disabling RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ResizeAsync(System.String,System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginResizingAsync(System.String,System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ExecuteScriptActionsAsync(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Executes script actions on specified HDInsight Running cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginExecuteScriptActionsAsync(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Begins Executing script actions on specified HDInsight Running cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginConfiguringHttpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Begins configuring the HTTP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginConfiguringRdpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Begins configuring the RDP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='rdpParameters'>
            The OS profile for RDP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new HDInsight cluster with the specified
            parameters.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginExecuteScriptActionsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters,System.Threading.CancellationToken)">
            <summary>
            Begins executing script actions on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            The parameters for executing script actions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.BeginResizingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters,System.Threading.CancellationToken)">
            <summary>
            Begins a resize operation on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='resizeParameters'>
            The parameters for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ConfigureHttpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Configures the HTTP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ConfigureRdpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Configures the RDP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='rdpParameters'>
            The OS profile for RDP. Use null to turn RDP off.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended,System.Threading.CancellationToken)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.DeletePersistedScriptAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a given persisted script action of the cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='scriptName'>
            The name of the script.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ExecuteScriptActionsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters,System.Threading.CancellationToken)">
            <summary>
            Executes script actions on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            The parameters for executing script actions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetCapabilitiesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the capabilities for the specified location.
            </summary>
            <param name='location'>
            The location to get capabilities for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Capabilities operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetClusterConfigurationsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the configuration for the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='configurationName'>
            The type name of the hadoop configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Cluster Configurations operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetConnectivitySettingsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the connectivity settings for the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The payload for a Configure HTTP settings request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the Create operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the Delete operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.GetScriptExecutionDetailAsync(System.String,System.String,System.Int64,System.Threading.CancellationToken)">
            <summary>
            Gets the script execution detail for the given script execution id.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            The script execution Id
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetScriptExecutionDetail operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists HDInsight clusters under the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ListByResourceGroupAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            List the HDInsight clusters in a resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ListPersistedScriptsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all persisted script actions for the given cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List PersistedScriptActions operations response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ListScriptExecutionHistoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all scripts execution history for the given cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The ListScriptExecutionHistory response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.PromoteScriptAsync(System.String,System.String,System.Int64,System.Threading.CancellationToken)">
            <summary>
            Promote ad-hoc script execution to a persisted script.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            The script execution Id
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.IClusterOperations.ResizeAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters,System.Threading.CancellationToken)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group.
            </param>
            <param name='clusterName'>
            The name of the cluster.
            </param>
            <param name='resizeParameters'>
            The parameters for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ExecuteScriptActionsAsync(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Executes script actions on specified HDInsight Running cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginExecuteScriptActionsAsync(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean,System.Threading.CancellationToken)">
            <summary>
            Begins Executing script actions on specified HDInsight Running cluster
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ResizeAsync(System.String,System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginResizingAsync(System.String,System.String,System.Int32,System.Threading.CancellationToken)">
            <summary>
            Begins resizing the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.EnableRdpAsync(System.String,System.String,System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
            <summary>
            Enables RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginEnablingRdpAsync(System.String,System.String,System.String,System.String,System.DateTime,System.Threading.CancellationToken)">
            <summary>
            Begins enabling RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.DisableRdpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginDisablingRdpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins disabling RDP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.EnableHttpAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Enables HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The HTTP username.
            </param>
            <param name='password'>
            Required. The HTTP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginEnablingHttpAsync(System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin enabling HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The HTTP username.
            </param>
            <param name='password'>
            Required. The HTTP password.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.DisableHttpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Disables HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginDisablingHttpAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begin disabling HTTP on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new HDInsight cluster with the specified
            parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.#ctor(Microsoft.Azure.Management.HDInsight.HDInsightManagementClient)">
            <summary>
            Initializes a new instance of the ClusterOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginConfiguringHttpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Begins configuring the HTTP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginConfiguringRdpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Begins configuring the RDP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginCreatingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended,System.Threading.CancellationToken)">
            <summary>
            Begins creating a new HDInsight cluster with the specified
            parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginDeletingAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Begins deleting the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginExecuteScriptActionsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters,System.Threading.CancellationToken)">
            <summary>
            Begins executing script actions on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.BeginResizingAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters,System.Threading.CancellationToken)">
            <summary>
            Begins a resize operation on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ConfigureHttpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Configures the HTTP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ConfigureRdpSettingsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters,System.Threading.CancellationToken)">
            <summary>
            Configures the RDP settings on the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP. Use null to turn RDP off.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.CreateAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended,System.Threading.CancellationToken)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.DeletePersistedScriptAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a given persisted script action of the cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptName'>
            Required. The name of the script.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ExecuteScriptActionsAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters,System.Threading.CancellationToken)">
            <summary>
            Executes script actions on the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetCapabilitiesAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the capabilities for the specified location.
            </summary>
            <param name='location'>
            Required. The location to get capabilities for.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Capabilities operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetClusterConfigurationsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the configuration for the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='configurationName'>
            Required. The type name of the hadoop configuration.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Cluster Configurations operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetConnectivitySettingsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the connectivity settings for the specified cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The payload for a Configure HTTP settings request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetCreateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the Create operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetDeleteStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of the Delete operation.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.GetScriptExecutionDetailAsync(System.String,System.String,System.Int64,System.Threading.CancellationToken)">
            <summary>
            Gets the script execution detail for the given script execution id.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The GetScriptExecutionDetail operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ListAsync(System.Threading.CancellationToken)">
            <summary>
            Lists HDInsight clusters under the subscription.
            </summary>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ListByResourceGroupAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            List the HDInsight clusters in a resource group.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ListPersistedScriptsAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all persisted script actions for the given cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            List PersistedScriptActions operations response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ListScriptExecutionHistoryAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all scripts execution history for the given cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The ListScriptExecutionHistory response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.PromoteScriptAsync(System.String,System.String,System.Int64,System.Threading.CancellationToken)">
            <summary>
            Promote ad-hoc script execution to a persisted script.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperations.ResizeAsync(System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters,System.Threading.CancellationToken)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.ClusterOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.HDInsight.HDInsightManagementClient.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.Metastore">
            <summary>
            Sql Server Database that allows clusters to persist component metadata through deployments.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.Metastore.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Metastore class.
            </summary>
            <param name="server">DB Server.</param>
            <param name="database">Exclusive database name that exists in the DB Server.</param>
            <param name="user">Valid username for the DB Server.</param>
            <param name="password">Valid password for the DB Server.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Metastore.Server">
            <summary>
            Gets the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Metastore.Database">
            <summary>
            Gets the database Name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Metastore.User">
            <summary>
            Gets the user name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Metastore.Password">
            <summary>
            Gets the password.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions">
            <summary>
            The HDInsight Management Client.
            </summary>
            <summary>
            The HDInsight Management Client.
            </summary>
            <summary>
            The HDInsight Management Client.
            </summary>
            <summary>
            The HDInsight Management Client.
            </summary>
            <summary>
            The HDInsight Management Client.
            </summary>
            <summary>
            The HDInsight Management Client.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ExecuteScriptActions(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean)">
            <summary>
            Executes script actions on specified HDInsight Running cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ExecuteScriptActionsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean)">
            <summary>
            Executes script actions on specified HDInsight Running cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginExecuteScriptActions(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean)">
            <summary>
            Begins Executing script actions on specified HDInsight Running cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginExecuteScriptActionsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction},System.Boolean)">
            <summary>
            Begins Executing script actions on specified HDInsight Running cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptActions'>
            Required. The list of script actions that needs to be executed.
            </param>
            <param name='persistOnSuccess'>
            Required. Flag indicating if the script needs to be persisted.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Resize(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int32)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ResizeAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int32)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginResizing(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int32)">
            <summary>
            Begins resizing the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginResizingAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int32)">
            <summary>
            Begins resizing the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='targetInstanceCount'>
            Required. The target instance count.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.EnableRdp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String,System.DateTime)">
            <summary>
            Enables RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP Username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='rdpExpiryDate'>
            Required. The expiry date of the RDP user.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.EnableRdpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String,System.DateTime)">
            <summary>
            Enables RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP Username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='rdpExpiryDate'>
            Required. The expiry date of the RDP user.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginEnablingRdp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String,System.DateTime)">
            <summary>
            Begins enabling RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP Username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='rdpExpiryDate'>
            Required. The expiry date of the RDP user.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginEnablingRdpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String,System.DateTime)">
            <summary>
            Begins enabling RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpUsername'>
            Required. The RDP Username.
            </param>
            <param name='rdpPassword'>
            Required. The RDP password.
            </param>
            <param name='rdpExpiryDate'>
            Required. The expiry date of the RDP user.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DisableRdp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Disables RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DisableRdpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Disables RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDisablingRdp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins disabling RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDisablingRdpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins disabling RDP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.EnableHttp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Enables HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The http username.
            </param>
            <param name='password'>
            Required. The http password.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.EnableHttpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Enables HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The http username.
            </param>
            <param name='password'>
            Required. The http password.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginEnablingHttp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins enabling HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The http username.
            </param>
            <param name='password'>
            Required. The http password.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginEnablingHttpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String,System.String)">
            <summary>
            Begins enabling HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='username'>
            Required. The http username.
            </param>
            <param name='password'>
            Required. The http password.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DisableHttp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Disables HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DisableHttpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Disables HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDisablingHttp(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins disabling HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDisablingHttpAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins disabling HTTP on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Create(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.CreateAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginCreating(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters)">
            <summary>
            Begins creating a new HDInsight cluster with the specified parameters.
            </summary>
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginCreatingAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParameters)">
            <summary>
            Begins creating a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginConfiguringHttpSettings(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters)">
            <summary>
            Begins configuring the HTTP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginConfiguringHttpSettingsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters)">
            <summary>
            Begins configuring the HTTP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginConfiguringRdpSettings(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters)">
            <summary>
            Begins configuring the RDP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginConfiguringRdpSettingsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters)">
            <summary>
            Begins configuring the RDP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginCreating(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended)">
            <summary>
            Begins creating a new HDInsight cluster with the specified
            parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginCreatingAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended)">
            <summary>
            Begins creating a new HDInsight cluster with the specified
            parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The CreateCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDeleting(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins deleting the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginDeletingAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Begins deleting the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginExecuteScriptActions(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters)">
            <summary>
            Begins executing script actions on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginExecuteScriptActionsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters)">
            <summary>
            Begins executing script actions on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginResizing(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters)">
            <summary>
            Begins a resize operation on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.BeginResizingAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters)">
            <summary>
            Begins a resize operation on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <returns>
            The cluster long running operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ConfigureHttpSettings(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters)">
            <summary>
            Configures the HTTP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ConfigureHttpSettingsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters)">
            <summary>
            Configures the HTTP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='httpSettingsParameters'>
            Required. The name of the resource group.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ConfigureRdpSettings(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters)">
            <summary>
            Configures the RDP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP. Use null to turn RDP off.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ConfigureRdpSettingsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters)">
            <summary>
            Configures the RDP settings on the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='rdpParameters'>
            Required. The OS profile for RDP. Use null to turn RDP off.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Create(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.CreateAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended)">
            <summary>
            Creates a new HDInsight cluster with the specified parameters.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='clusterCreateParameters'>
            Required. The cluster create request.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Delete(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Deletes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Deletes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DeletePersistedScript(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a given persisted script action of the cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptName'>
            Required. The name of the script.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.DeletePersistedScriptAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a given persisted script action of the cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptName'>
            Required. The name of the script.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ExecuteScriptActions(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters)">
            <summary>
            Executes script actions on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ExecuteScriptActionsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters)">
            <summary>
            Executes script actions on the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='executeScriptActionParameters'>
            Required. The parameters for executing script actions.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Get(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Gets the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Gets the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetCapabilities(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the capabilities for the specified location.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='location'>
            Required. The location to get capabilities for.
            </param>
            <returns>
            The Get Capabilities operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetCapabilitiesAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the capabilities for the specified location.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='location'>
            Required. The location to get capabilities for.
            </param>
            <returns>
            The Get Capabilities operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetClusterConfigurations(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String)">
            <summary>
            Gets the configuration for the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='configurationName'>
            Required. The type name of the hadoop configuration.
            </param>
            <returns>
            The Cluster Configurations operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetClusterConfigurationsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.String)">
            <summary>
            Gets the configuration for the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='configurationName'>
            Required. The type name of the hadoop configuration.
            </param>
            <returns>
            The Cluster Configurations operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetConnectivitySettings(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Gets the connectivity settings for the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The payload for a Configure HTTP settings request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetConnectivitySettingsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Gets the connectivity settings for the specified cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The payload for a Configure HTTP settings request.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetCreateStatus(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the status of the Create operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetCreateStatusAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the status of the Create operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The GetCluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetDeleteStatus(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the status of the Delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetDeleteStatusAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            Gets the status of the Delete operation.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetScriptExecutionDetail(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int64)">
            <summary>
            Gets the script execution detail for the given script execution id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <returns>
            The GetScriptExecutionDetail operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.GetScriptExecutionDetailAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int64)">
            <summary>
            Gets the script execution detail for the given script execution id.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <returns>
            The GetScriptExecutionDetail operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.List(Microsoft.Azure.Management.HDInsight.IClusterOperations)">
            <summary>
            Lists HDInsight clusters under the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations)">
            <summary>
            Lists HDInsight clusters under the subscription.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            List the HDInsight clusters in a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String)">
            <summary>
            List the HDInsight clusters in a resource group.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <returns>
            The List Cluster operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListPersistedScripts(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Lists all persisted script actions for the given cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            List PersistedScriptActions operations response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListPersistedScriptsAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Lists all persisted script actions for the given cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            List PersistedScriptActions operations response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListScriptExecutionHistory(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Lists all scripts execution history for the given cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The ListScriptExecutionHistory response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ListScriptExecutionHistoryAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String)">
            <summary>
            Lists all scripts execution history for the given cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <returns>
            The ListScriptExecutionHistory response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.PromoteScript(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int64)">
            <summary>
            Promote ad-hoc script execution to a persisted script.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.PromoteScriptAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,System.Int64)">
            <summary>
            Promote ad-hoc script execution to a persisted script.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='scriptExecutionId'>
            Required. The script execution Id
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.Resize(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.ClusterOperationsExtensions.ResizeAsync(Microsoft.Azure.Management.HDInsight.IClusterOperations,System.String,System.String,Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters)">
            <summary>
            Resizes the specified HDInsight cluster.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IClusterOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The name of the resource group.
            </param>
            <param name='clusterName'>
            Required. The name of the cluster.
            </param>
            <param name='resizeParameters'>
            Required. The parameters for the resize operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.CoreSite">
            <summary>
            The constant for Core site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.HiveSite">
            <summary>
            The constant for Hive site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.HiveEnv">
            <summary>
            The constant for hive environment configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.OozieSite">
            <summary>
            The constant for Oozie site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.OozieEnv">
            <summary>
            The constant for Oozie environment configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.WebHCatSite">
            <summary>
            The constant for WebHCAT site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.HBaseEnv">
            <summary>
            The constant for HBase environment configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.HBaseSite">
            <summary>
            The constant for HBase site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.StormSite">
            <summary>
            The constant for Storm site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.YarnSite">
            <summary>
            The constant for Yarn site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.MapRedSite">
            <summary>
            The constant for MapRed site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.TezSite">
            <summary>
            The constant for Tez site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.HdfsSite">
            <summary>
            The constant for HDFS site configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.Gateway">
            <summary>
            The constant for Gateway configs.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.ConfigurationKey.ClusterIdentity">
            <summary>
            The constant for cluster identity configs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.HDInsightManagementClientExtensions">
            <summary>
            The HDInsight Management Client.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClientExtensions.GetLongRunningOperationStatus(Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.HDInsightManagementClientExtensions.GetLongRunningOperationStatusAsync(Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.HDInsight.IHDInsightManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The azure async operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.AsyncOperationState">
            <summary>
            The Azure Async Operation state.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse">
            <summary>
            The Get Capabilities operation response.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.HDInsightOperationResponse">
            <summary>
            The cluster long running operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.HDInsightOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the HDInsightOperationResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HDInsightOperationResponse.AzureAsyncOperation">
            <summary>
            Optional. Gets or sets the Azure Async Operation Uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HDInsightOperationResponse.OperationStatusLink">
            <summary>
            Optional. Gets the URL where the status of the async operation can
            be checked.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HDInsightOperationResponse.RetryAfter">
            <summary>
            Optional. Gets or sets the recommended retry interval for the Get
            Azure-AsyncOperation call
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.#ctor">
            <summary>
            Initializes a new instance of the CapabilitiesResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.Features">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.QuotaCapability">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.Regions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.Versions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.VmSizeCompatibilityFilters">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.CapabilitiesResponse.VmSizes">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.Cluster">
            <summary>
            Describes the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.Cluster.#ctor">
            <summary>
            Initializes a new instance of the Cluster class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.ETag">
            <summary>
            Optional. Gets or sets the ETag for the resource
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Id">
            <summary>
            Optional. Gets or sets the ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Location">
            <summary>
            Optional. Gets or sets the location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Name">
            <summary>
            Optional. Gets or sets the name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Properties">
            <summary>
            Optional. Gets or sets the properties of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Tags">
            <summary>
            Optional. Gets or sets the resource tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Cluster.Type">
            <summary>
            Optional. Gets or sets the type of resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterConfigurationsResponse">
            <summary>
            The Cluster Configurations operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterConfigurationsResponse.#ctor">
            <summary>
            Initializes a new instance of the ClusterConfigurationsResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterConfigurationsResponse.Configuration">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended">
            <summary>
            The CreateCluster request parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended.#ctor">
            <summary>
            Initializes a new instance of the ClusterCreateParametersExtended
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended.Location">
            <summary>
            Optional. Gets or sets the location of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended.Properties">
            <summary>
            Optional. Gets or sets the cluster create parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateParametersExtended.Tags">
            <summary>
            Optional. Gets or sets the resource tags.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.#ctor">
            <summary>
            Initializes a new instance of the ClusterCreateProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.ClusterDefinition">
            <summary>
            Optional. Gets or sets the cluster definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.ClusterTier">
            <summary>
            Optional. Gets or sets the cluster tier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.ClusterVersion">
            <summary>
            Optional. Gets or sets the version of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.ComputeProfile">
            <summary>
            Optional. Gets or sets the compute profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateProperties.OperatingSystemType">
            <summary>
            Optional. Gets or sets the type of operating system.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateResponse">
            <summary>
            The CreateCluster operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateResponse.#ctor">
            <summary>
            Initializes a new instance of the ClusterCreateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterCreateResponse.Cluster">
            <summary>
            Optional. Gets or sets the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition.#ctor">
            <summary>
            Initializes a new instance of the ClusterDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition.BlueprintUri">
            <summary>
            Optional. Gets or sets the link to the blueprint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition.ClusterType">
            <summary>
            Optional. Gets or sets the type of cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition.Configurations">
            <summary>
            Optional. Gets or sets the cluster configurations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties">
            <summary>
            Describes the properties of a cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.#ctor">
            <summary>
            Initializes a new instance of the ClusterGetProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.#ctor(Microsoft.Azure.Management.HDInsight.Models.ClusterDefinition)">
            <summary>
            Initializes a new instance of the ClusterGetProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ClusterDefinition">
            <summary>
            Required. Gets or sets the cluster definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ClusterState">
            <summary>
            Optional. Gets or sets the state of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ClusterTier">
            <summary>
            Optional. Gets or sets the cluster tier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ClusterVersion">
            <summary>
            Optional. Gets or sets the version of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ComputeProfile">
            <summary>
            Optional. Gets or sets the compute profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ConnectivityEndpoints">
            <summary>
            Optional. Gets or sets the list of connectivity endpoints.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.CreatedDate">
            <summary>
            Optional. Gets or sets the date on which the cluster was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ErrorInfos">
            <summary>
            Optional. Gets or sets the list of errors.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.OperatingSystemType">
            <summary>
            Optional. Gets or sets the type of operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.ProvisioningState">
            <summary>
            Optional. Gets or sets the provisioning state, which only appears
            in the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetProperties.QuotaInfo">
            <summary>
            Optional. Gets or sets the quota information.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse">
            <summary>
            The GetCluster operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ClusterGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterGetResponse.Cluster">
            <summary>
            Optional. Gets or sets the cluster.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResponse">
            <summary>
            List PersistedScriptActions operations response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ClusterListPersistedScriptActionsResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResponse.GetEnumerator">
            <summary>
            Gets the sequence of PersistedScriptActions.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of PersistedScriptActions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterListPersistedScriptActionsResponse.PersistedScriptActions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse">
            <summary>
            The List Cluster operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse.#ctor">
            <summary>
            Initializes a new instance of the ClusterListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Clusters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Clusters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterListResponse.Clusters">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterListRuntimeScriptActionDetailResponse">
            <summary>
            The ListScriptExecutionHistory response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListRuntimeScriptActionDetailResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ClusterListRuntimeScriptActionDetailResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListRuntimeScriptActionDetailResponse.GetEnumerator">
            <summary>
            Gets the sequence of RuntimeScriptActionDetail.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterListRuntimeScriptActionDetailResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of RuntimeScriptActionDetail.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterListRuntimeScriptActionDetailResponse.RuntimeScriptActionDetail">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters">
            <summary>
            The Resize Cluster request parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters.#ctor">
            <summary>
            Initializes a new instance of the ClusterResizeParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterResizeParameters.TargetInstanceCount">
            <summary>
            Optional. Gets or sets the target instance count for the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse">
            <summary>
            The GetScriptExecutionDetail operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ClusterRuntimeScriptActionDetailResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ClusterRuntimeScriptActionDetailResponse.RuntimeScriptActionDetail">
            <summary>
            Optional. Gets or sets the cluster script execution detail.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ComputeProfile">
            <summary>
            Describes the compute profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ComputeProfile.#ctor">
            <summary>
            Initializes a new instance of the ComputeProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ComputeProfile.Roles">
            <summary>
            Optional. Gets or sets the list of roles in the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint.#ctor">
            <summary>
            Initializes a new instance of the ConnectivityEndpoint class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint.Location">
            <summary>
            Optional. Gets or sets the location of the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint.Name">
            <summary>
            Optional. Gets or sets the name of the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint.Port">
            <summary>
            Optional. Gets or sets the port to connect to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ConnectivityEndpoint.Protocol">
            <summary>
            Optional. Gets or sets the protocol of the endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ErrorInfo.#ctor">
            <summary>
            Initializes a new instance of the ErrorInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ErrorInfo.Code">
            <summary>
            Optional. Gets or sets the error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ErrorInfo.Message">
            <summary>
            Optional. Gets or sets the error message.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters">
            <summary>
            Describes the script actions on a running cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters.#ctor">
            <summary>
            Initializes a new instance of the ExecuteScriptActionParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the ExecuteScriptActionParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters.PersistOnSuccess">
            <summary>
            Required. Gets or sets if the scripts needs to be persisted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ExecuteScriptActionParameters.ScriptActions">
            <summary>
            Optional. Gets or sets the list of run time script actions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.HardwareProfile">
            <summary>
            Describes the hardware profile.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.HardwareProfile.#ctor">
            <summary>
            Initializes a new instance of the HardwareProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HardwareProfile.VmSize">
            <summary>
            Optional. Gets or sets the size of the VM
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState">
            <summary>
            The provisioning state of the cluster.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState.InProgress">
            <summary>
            The cluster create is in progress.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState.Failed">
            <summary>
            The cluster create failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState.Succeeded">
            <summary>
            The cluster create succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState.Canceled">
            <summary>
            The cluster create is canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.HDInsightClusterProvisioningState.Deleting">
            <summary>
            The cluster is deleting.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings">
            <summary>
            The payload for a Configure HTTP settings request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings.#ctor">
            <summary>
            Initializes a new instance of the HttpConnectivitySettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings.HttpPassword">
            <summary>
            Optional. Gets or sets the http user password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings.HttpUserEnabled">
            <summary>
            Optional. Gets or sets the whether or not HTTP is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpConnectivitySettings.HttpUsername">
            <summary>
            Optional. Gets or sets the http username.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters">
            <summary>
            The payload for a Configure HTTP settings request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters.#ctor">
            <summary>
            Initializes a new instance of the HttpSettingsParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters.#ctor(System.Boolean)">
            <summary>
            Initializes a new instance of the HttpSettingsParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters.HttpPassword">
            <summary>
            Optional. Gets or sets the http user password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters.HttpUserEnabled">
            <summary>
            Required. Gets or sets the whether or not HTTP is enabled.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.HttpSettingsParameters.HttpUsername">
            <summary>
            Optional. Gets or sets the http username.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile.#ctor">
            <summary>
            Initializes a new instance of the LinuxOperatingSystemProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile.Password">
            <summary>
            Optional. Gets or sets the password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile.SshProfile">
            <summary>
            Optional. Gets or sets the SSH profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.LinuxOperatingSystemProfile.UserName">
            <summary>
            Optional. Gets or sets the username.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.OperationResource">
            <summary>
            The azure async operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.OperationResource.#ctor">
            <summary>
            Initializes a new instance of the OperationResource class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.OperationResource.ErrorInfo">
            <summary>
            Optional. Gets or sets the operation error information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.OperationResource.State">
            <summary>
            Optional. Gets or sets the async operation state.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.OsProfile.#ctor">
            <summary>
            Initializes a new instance of the OsProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.OsProfile.LinuxOperatingSystemProfile">
            <summary>
            Optional. Gets or sets the Linux OS profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.OsProfile.WindowsOperatingSystemProfile">
            <summary>
            Optional. Gets or sets the Windows OS profile.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.OSType">
            <summary>
            The operating system type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.OSType.Windows">
            <summary>
            Windows Operating System.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.OSType.Linux">
            <summary>
            Linux Operating System.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.QuotaCapability.#ctor">
            <summary>
            Initializes a new instance of the QuotaCapability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.QuotaCapability.RegionalQuotas">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.QuotaInfo.#ctor">
            <summary>
            Initializes a new instance of the QuotaInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.QuotaInfo.CoresUsed">
            <summary>
            Optional. Gets or sets the cores used by the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RdpSettings.#ctor">
            <summary>
            Initializes a new instance of the RdpSettings class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RdpSettings.ExpiryDate">
            <summary>
            Optional. Gets or sets the RDP expiry date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RdpSettings.Password">
            <summary>
            Optional. Gets or sets the password for the RDP user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RdpSettings.UserName">
            <summary>
            Optional. Gets or sets the username for the RDP user.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters">
            <summary>
            Parameters specifying the data factory gateway definition for a create
            or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters.#ctor">
            <summary>
            Initializes a new instance of the RDPSettingsParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters.#ctor(Microsoft.Azure.Management.HDInsight.Models.OsProfile)">
            <summary>
            Initializes a new instance of the RDPSettingsParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RDPSettingsParameters.OsProfile">
            <summary>
            Required. Gets or sets the definition of a data factory gateway to
            be created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RegionalQuotaCapability.#ctor">
            <summary>
            Initializes a new instance of the RegionalQuotaCapability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RegionalQuotaCapability.CoresAvailable">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RegionalQuotaCapability.CoresUsed">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RegionalQuotaCapability.RegionName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RegionsCapability.#ctor">
            <summary>
            Initializes a new instance of the RegionsCapability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RegionsCapability.AvailableRegions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.Role">
            <summary>
            Describes a role on the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.Role.#ctor">
            <summary>
            Initializes a new instance of the Role class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.HardwareProfile">
            <summary>
            Optional. Gets or sets the hardware profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.Name">
            <summary>
            Optional. Gets or sets the name of the role.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.OsProfile">
            <summary>
            Optional. Gets or sets the operating system profile.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.ScriptActions">
            <summary>
            Optional. Gets or sets the list of script actions on the role.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.TargetInstanceCount">
            <summary>
            Optional. Gets or sets the instance count of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.Role.VirtualNetworkProfile">
            <summary>
            Optional. Gets or sets the virtual network profile.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction">
            <summary>
            Describes a script action on a running cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.#ctor">
            <summary>
            Initializes a new instance of the RuntimeScriptAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.#ctor(System.String,System.Uri,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the RuntimeScriptAction class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.ApplicationName">
            <summary>
            Optional. Gets the application name of the script action, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.Name">
            <summary>
            Required. Gets or sets the name of the script action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.Parameters">
            <summary>
            Optional. Gets or sets the parameters for the script
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.Roles">
            <summary>
            Required. Gets or sets the list of roles where script will be
            executed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptAction.Uri">
            <summary>
            Required. Gets or sets the URI to the script.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail">
            <summary>
            Describes the execution details of a script action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.#ctor">
            <summary>
            Initializes a new instance of the RuntimeScriptActionDetail class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.#ctor(System.String,System.Uri,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the RuntimeScriptActionDetail class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.DebugInformation">
            <summary>
            Optional. Gets or sets the script action execution debug
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.EndTime">
            <summary>
            Optional. Gets or sets the end time of script action execution.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.ExecutionSummary">
            <summary>
            Optional. Gets or sets the summary of script action execution
            result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.Operation">
            <summary>
            Optional. Gets or sets the reason why the script action was
            executed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.ScriptExecutionId">
            <summary>
            Optional. Gets the execution id of the script action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.StartTime">
            <summary>
            Optional. Gets or sets the start time of script action execution.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.RuntimeScriptActionDetail.Status">
            <summary>
            Optional. Gets or sets the current execution status of the script
            action.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ScriptAction">
            <summary>
            Describes a script action on role on the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ScriptAction.#ctor">
            <summary>
            Initializes a new instance of the ScriptAction class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ScriptAction.#ctor(System.String,System.Uri,System.String)">
            <summary>
            Initializes a new instance of the ScriptAction class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ScriptAction.Name">
            <summary>
            Required. Gets or sets the name of the script action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ScriptAction.Parameters">
            <summary>
            Required. Gets or sets the parameters for the script provided.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ScriptAction.Uri">
            <summary>
            Required. Gets or sets the URI to the script.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary">
            <summary>
            Describes the execution summary of a script action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary.#ctor">
            <summary>
            Initializes a new instance of the ScriptActionExecutionSummary
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary.InstanceCount">
            <summary>
            Optional. Gets or sets the instance count for a given script action
            execution status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.ScriptActionExecutionSummary.Status">
            <summary>
            Optional. Gets or sets the status of script action execution.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.SshProfile.#ctor">
            <summary>
            Initializes a new instance of the SshProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.SshProfile.SshPublicKeys">
            <summary>
            Optional. Gets or sets the list of SSH public keys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.SshPublicKey.#ctor">
            <summary>
            Initializes a new instance of the SshPublicKey class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.SshPublicKey.CertificateData">
            <summary>
            Optional. Gets or sets the certificate for SSH.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.HDInsight.Models.Tier">
            <summary>
            The HDInsight cluster tier.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.Tier.Standard">
            <summary>
            Standard tier for HDInsight clusters. This is the default tier.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.HDInsight.Models.Tier.Premium">
            <summary>
            Premium tier for HDInsight clusters. Some new features are only
            compatible with Premium clusters. This can only be used with Linux
            clusters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.VersionsCapability.#ctor">
            <summary>
            Initializes a new instance of the VersionsCapability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VersionsCapability.AvailableVersions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.VersionSpec.#ctor">
            <summary>
            Initializes a new instance of the VersionSpec class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VersionSpec.ComponentVerions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VersionSpec.DisplayName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VersionSpec.FriendlyName">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VersionSpec.IsDefault">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile.#ctor">
            <summary>
            Initializes a new instance of the VirtualNetworkProfile class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile.Id">
            <summary>
            Optional. Gets or sets the ID of the virtual network.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VirtualNetworkProfile.SubnetName">
            <summary>
            Optional. Gets or sets the name of the subnet.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.#ctor">
            <summary>
            Initializes a new instance of the VmSizeCompatibilityFilter class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.ClusterFlavors">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.ClusterVersions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.FilterMode">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.NodeTypes">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.Regions">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizeCompatibilityFilter.VMSizes">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.VmSizesCapability.#ctor">
            <summary>
            Initializes a new instance of the VmSizesCapability class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.VmSizesCapability.AvailableVmSizes">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.HDInsight.Models.WindowsOperatingSystemProfile.#ctor">
            <summary>
            Initializes a new instance of the WindowsOperatingSystemProfile
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.HDInsight.Models.WindowsOperatingSystemProfile.RdpSettings">
            <summary>
            Optional. Gets or sets the RDP settings.
            </summary>
        </member>
    </members>
</doc>