Microsoft.Azure.Commands.HDInsight.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Commands.HDInsight</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob">
            <summary>
            Provides the details of an HDInsight jobDetails when creating the jobDetails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.#ctor(Microsoft.Azure.Management.HDInsight.Job.Models.JobDetailRootJsonObject,System.String)">
            <summary>
            Initializes a new instance of the AzureHDInsightJob class.
            </summary>
            <param name="jobDetails">The HDInsight jobDetails.</param>
            <param name="cluster">The cluster that the jobDetails was created against.</param>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.Cluster">
            <summary>
            Gets or sets the name of the cluster to which the jobDetails was submitted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.HttpEndpoint">
            <summary>
            Gets or sets the HTTP endpoint for the cluster to which the jobDetails was submitted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.State">
            <summary>
            Gets the object containing the job status information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.JobId">
            <summary>
            Gets the JobId returned by the request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.ParentId">
            <summary>
            Gets or sets the parent job ID.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.PercentComplete">
            <summary>
            Gets the percentage completion of the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.ExitValue">
            <summary>
            Gets the exit code for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.User">
            <summary>
            Gets the user name of the job creator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.Callback">
            <summary>
            Gets the callback URL, if any.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJob.Completed">
            <summary>
            Gets a string representing completed status, for example "done".
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition">
            <summary>
            Provides creation details for a new MapReduce jobDetails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition">
            <summary>
            Provides the details of an HDInsight jobDetails when creating the jobDetails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition.#ctor">
            <summary>
            Initializes a new instance of the AzureHDInsightJobDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition.Arguments">
            <summary>
            Gets the arguments for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition.Files">
            <summary>
            Gets the resources for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightJobDefinition.StatusFolder">
            <summary>
            Gets or sets the status folder to use for the jobDetails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.#ctor">
            <summary>
            Initializes a new instance of the AzureHDInsightMapReduceJobDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.ClassName">
            <summary>
            Gets or sets the class name to use for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.Defines">
            <summary>
            Gets the parameters for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.JarFile">
            <summary>
            Gets or sets the jar file to use for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.JobName">
            <summary>
            Gets or sets the name of the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMapReduceJobDefinition.LibJars">
            <summary>
            Gets the libjars to use for the jobDetails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition">
            <summary>
            Provides creation details for a new Streaming jobDetails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.#ctor">
            <summary>
            Initializes a new instance of the AzureHDInsightStreamingMapReduceJobDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.Input">
            <summary>
            Gets or sets the location of the input data in Hadoop.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.Output">
            <summary>
            Gets or sets the Location in which to store the output data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.Mapper">
            <summary>
            Gets or sets the Mapper.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.Reducer">
            <summary>
            Gets or sets the Reducer.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.File">
            <summary>
            Gets or sets an HDFS file to add to the distributed cache.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.Defines">
            <summary>
            Gets the parameters for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightStreamingMapReduceJobDefinition.CommandEnvironment">
            <summary>
            Gets the command line environment for the mappers or the reducers.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition">
            <summary>
            Provides creation details for a new Pig jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition.File">
            <summary>
            Gets or sets the query file to use for a pig jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightPigJobDefinition.Query">
            <summary>
            Gets or sets the query to use for a pig jobDetails.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition">
            <summary>
            Provides creation details for a new Hive jobDetails.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.#ctor">
            <summary>
            Initializes a new instance of the AzureHDInsightHiveJobDefinition class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.Defines">
            <summary>
            Gets the parameters for the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.File">
            <summary>
            Gets or sets the query file to use for a hive jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.JobName">
            <summary>
            Gets or sets the name of the jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.Query">
            <summary>
            Gets or sets the query to use for a hive jobDetails.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightHiveJobDefinition.RunAsFileJob">
            <summary>
            Gets or sets the switch to run queries as files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.Name">
            <summary>
            The name of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.Id">
            <summary>
            The ID of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.Location">
            <summary>
            The location of the resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.ClusterVersion">
            <summary>
            The version of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.OperatingSystemType">
            <summary>
            The type of operating system.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.ClusterState">
            <summary>
            The state of the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.ClusterType">
            <summary>
            The type of cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.CoresUsed">
            <summary>
            The cores used by the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightCluster.HttpEndpoint">
            <summary>
            The endpoint with which to connect to the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.AdditionalStorageAccounts">
            <summary>
            Gets additional Azure Storage Account that you want to enable access to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.DefaultStorageAccountName">
            <summary>
            Gets or sets the StorageName for the default Azure Storage Account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.DefaultStorageAccountKey">
            <summary>
            Gets or sets the StorageKey for the default Azure Storage Account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.HeadNodeSize">
            <summary>
            Gets or sets the size of the Head Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.WorkerNodeSize">
            <summary>
            Gets or sets the size of the Data Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.ZookeeperNodeSize">
            <summary>
            Gets or sets the size of the Zookeeper Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.ClusterType">
            <summary>
            Gets or sets the flavor for a cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.OozieMetastore">
            <summary>
            Gets or sets the database to store the metadata for Oozie.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.HiveMetastore">
            <summary>
            Gets or sets the database to store the metadata for Hive.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.Configurations">
            <summary>
            Gets the configurations of this HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightConfig.ScriptActions">
            <summary>
            Gets config actions for the cluster.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightJobManagementClient.#ctor">
            <summary>
            Parameterless constructor for mocking
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Commands.HDInsight.Models.AzureHdInsightManagementClient.#ctor">
            <summary>
            Parameterless constructor for mocking
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType">
            <summary>
            Defines the type of an AzureHDInsight cluster metastore.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType.HiveMetastore">
            <summary>
            A Hive metastore.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastoreType.OozieMetastore">
            <summary>
            An Oozie metastore.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore">
            <summary>
                Represents an AzureHDInsightMetastore.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore.Credential">
            <summary>
            Gets or sets the Azure SQL Server user credentials.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore.DatabaseName">
            <summary>
                Gets or sets the Azure SQL Server database name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Commands.HDInsight.Models.AzureHDInsightMetastore.SqlAzureServerName">
            <summary>
                Gets or sets the Azure SQL Server for the metastore.
            </summary>
        </member>
    </members>
</doc>