Microsoft.Azure.Management.StreamAnalytics.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.StreamAnalytics</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations">
            <summary>
            FunctionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the FunctionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a function or replaces an already existing function under an
            existing streaming job.
            </summary>
            <param name='function'>
            The definition of the function that will be used to create a new function
            or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new function to be created, but to prevent updating
            an existing function. Other values will result in a 412 Pre-condition
            Failed response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing function under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) a function
            without affecting the rest the job or function definition.
            </summary>
            <param name='function'>
            A function object. The properties specified here will overwrite the
            corresponding properties in the existing function (ie. Those properties
            will be updated). Any properties that are set to null here will mean that
            the corresponding property in the existing function will remain the same
            and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a function from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified function.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.RetrieveDefaultDefinitionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the default definition of a function based on the parameters
            specified.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='functionRetrieveDefaultDefinitionParameters'>
            Parameters used to specify the type of function to retrieve the default
            definition for.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions">
            <summary>
            Extension methods for FunctionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.CreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a function or replaces an already existing function under an
            existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='function'>
            The definition of the function that will be used to create a new function
            or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new function to be created, but to prevent updating
            an existing function. Other values will result in a 412 Pre-condition
            Failed response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.CreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a function or replaces an already existing function under an
            existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='function'>
            The definition of the function that will be used to create a new function
            or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new function to be created, but to prevent updating
            an existing function. Other values will result in a 412 Pre-condition
            Failed response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.Update(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String)">
            <summary>
            Updates an existing function under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) a function
            without affecting the rest the job or function definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='function'>
            A function object. The properties specified here will overwrite the
            corresponding properties in the existing function (ie. Those properties
            will be updated). Any properties that are set to null here will mean that
            the corresponding property in the existing function will remain the same
            and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates an existing function under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) a function
            without affecting the rest the job or function definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='function'>
            A function object. The properties specified here will overwrite the
            corresponding properties in the existing function (ie. Those properties
            will be updated). Any properties that are set to null here will mean that
            the corresponding property in the existing function will remain the same
            and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the current
            function. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a function from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a function from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String)">
            <summary>
            Gets details about the specified function.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified function.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.ListByStreamingJob(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.ListByStreamingJobAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.Test(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.TestAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.RetrieveDefaultDefinition(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters)">
            <summary>
            Retrieves the default definition of a function based on the parameters
            specified.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='functionRetrieveDefaultDefinitionParameters'>
            Parameters used to specify the type of function to retrieve the default
            definition for.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.RetrieveDefaultDefinitionAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters,System.Threading.CancellationToken)">
            <summary>
            Retrieves the default definition of a function based on the parameters
            specified.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='functionRetrieveDefaultDefinitionParameters'>
            Parameters used to specify the type of function to retrieve the default
            definition for.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.BeginTest(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.BeginTestAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can range
            from testing the connection to the underlying web service behind the
            function or making sure the function code provided is syntactically
            correct.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter must
            contain the full function definition intended to be tested. If the function
            specified already exists, this parameter can be left null to test the
            existing function as is or if specified, the properties specified will
            overwrite the corresponding properties in the existing function (exactly
            like a PATCH operation) and the resulting function will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.ListByStreamingJobNext(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionsOperationsExtensions.ListByStreamingJobNextAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations">
            <summary>
            FunctionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a function or replaces an already existing function under
            an existing streaming job.
            </summary>
            <param name='function'>
            The definition of the function that will be used to create a new
            function or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the
            current function. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new function to be created, but to prevent
            updating an existing function. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing function under an existing streaming job. This
            can be used to partially update (ie. update one or two properties)
            a function without affecting the rest the job or function
            definition.
            </summary>
            <param name='function'>
            A function object. The properties specified here will overwrite the
            corresponding properties in the existing function (ie. Those
            properties will be updated). Any properties that are set to null
            here will mean that the corresponding property in the existing
            function will remain the same and not change as a result of this
            PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='ifMatch'>
            The ETag of the function. Omit this value to always overwrite the
            current function. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a function from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified function.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list
            of structural properties to include in the response, or “*” to
            include all properties. By default, all properties are returned
            except diagnostics. Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can
            range from testing the connection to the underlying web service
            behind the function or making sure the function code provided is
            syntactically correct.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter
            must contain the full function definition intended to be tested. If
            the function specified already exists, this parameter can be left
            null to test the existing function as is or if specified, the
            properties specified will overwrite the corresponding properties in
            the existing function (exactly like a PATCH operation) and the
            resulting function will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.RetrieveDefaultDefinitionWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the default definition of a function based on the
            parameters specified.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='functionRetrieveDefaultDefinitionParameters'>
            Parameters used to specify the type of function to retrieve the
            default definition for.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Function,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests if the information provided for a function is valid. This can
            range from testing the connection to the underlying web service
            behind the function or making sure the function code provided is
            syntactically correct.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='functionName'>
            The name of the function.
            </param>
            <param name='function'>
            If the function specified does not already exist, this parameter
            must contain the full function definition intended to be tested. If
            the function specified already exists, this parameter can be left
            null to test the existing function as is or if specified, the
            properties specified will overwrite the corresponding properties in
            the existing function (exactly like a PATCH operation) and the
            resulting function will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the functions under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations">
            <summary>
            InputsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an input or replaces an already existing input under an
            existing streaming job.
            </summary>
            <param name='input'>
            The definition of the input that will be used to create a new input
            or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the
            current input. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new input to be created, but to prevent
            updating an existing input. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing input under an existing streaming job. This can
            be used to partially update (ie. update one or two properties) an
            input without affecting the rest the job or input definition.
            </summary>
            <param name='input'>
            An Input object. The properties specified here will overwrite the
            corresponding properties in the existing input (ie. Those
            properties will be updated). Any properties that are set to null
            here will mean that the corresponding property in the existing
            input will remain the same and not change as a result of this PATCH
            operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the
            current input. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an input from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified input.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list
            of structural properties to include in the response, or “*” to
            include all properties. By default, all properties are returned
            except diagnostics. Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the
            Azure Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must
            contain the full input definition intended to be tested. If the
            input specified already exists, this parameter can be left null to
            test the existing input as is or if specified, the properties
            specified will overwrite the corresponding properties in the
            existing input (exactly like a PATCH operation) and the resulting
            input will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the
            Azure Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must
            contain the full input definition intended to be tested. If the
            input specified already exists, this parameter can be left null to
            test the existing input as is or if specified, the properties
            specified will overwrite the corresponding properties in the
            existing input (exactly like a PATCH operation) and the resulting
            input will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.InputsOperations">
            <summary>
            InputsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the InputsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an input or replaces an already existing input under an existing
            streaming job.
            </summary>
            <param name='input'>
            The definition of the input that will be used to create a new input or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new input to be created, but to prevent updating an
            existing input. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing input under an existing streaming job. This can be used
            to partially update (ie. update one or two properties) an input without
            affecting the rest the job or input definition.
            </summary>
            <param name='input'>
            An Input object. The properties specified here will overwrite the
            corresponding properties in the existing input (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing input will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an input from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified input.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions">
            <summary>
            Extension methods for InputsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.CreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates an input or replaces an already existing input under an existing
            streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='input'>
            The definition of the input that will be used to create a new input or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new input to be created, but to prevent updating an
            existing input. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.CreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates an input or replaces an already existing input under an existing
            streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='input'>
            The definition of the input that will be used to create a new input or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new input to be created, but to prevent updating an
            existing input. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.Update(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String)">
            <summary>
            Updates an existing input under an existing streaming job. This can be used
            to partially update (ie. update one or two properties) an input without
            affecting the rest the job or input definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='input'>
            An Input object. The properties specified here will overwrite the
            corresponding properties in the existing input (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing input will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates an existing input under an existing streaming job. This can be used
            to partially update (ie. update one or two properties) an input without
            affecting the rest the job or input definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='input'>
            An Input object. The properties specified here will overwrite the
            corresponding properties in the existing input (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing input will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='ifMatch'>
            The ETag of the input. Omit this value to always overwrite the current
            input. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an input from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an input from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String)">
            <summary>
            Gets details about the specified input.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified input.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.ListByStreamingJob(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.ListByStreamingJobAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.Test(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.TestAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.BeginTest(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.BeginTestAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Input,System.Threading.CancellationToken)">
            <summary>
            Tests whether an input’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='inputName'>
            The name of the input.
            </param>
            <param name='input'>
            If the input specified does not already exist, this parameter must contain
            the full input definition intended to be tested. If the input specified
            already exists, this parameter can be left null to test the existing input
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing input (exactly like a PATCH
            operation) and the resulting input will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.ListByStreamingJobNext(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputsOperationsExtensions.ListByStreamingJobNextAsync(Microsoft.Azure.Management.StreamAnalytics.IInputsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the inputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations">
            <summary>
            OutputsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an output or replaces an already existing output under an
            existing streaming job.
            </summary>
            <param name='output'>
            The definition of the output that will be used to create a new
            output or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the
            current output. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new output to be created, but to prevent
            updating an existing output. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing output under an existing streaming job. This
            can be used to partially update (ie. update one or two properties)
            an output without affecting the rest the job or output definition.
            </summary>
            <param name='output'>
            An Output object. The properties specified here will overwrite the
            corresponding properties in the existing output (ie. Those
            properties will be updated). Any properties that are set to null
            here will mean that the corresponding property in the existing
            output will remain the same and not change as a result of this
            PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the
            current output. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an output from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list
            of structural properties to include in the response, or “*” to
            include all properties. By default, all properties are returned
            except diagnostics. Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the
            Azure Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must
            contain the full output definition intended to be tested. If the
            output specified already exists, this parameter can be left null to
            test the existing output as is or if specified, the properties
            specified will overwrite the corresponding properties in the
            existing output (exactly like a PATCH operation) and the resulting
            output will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the
            Azure Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must
            contain the full output definition intended to be tested. If the
            output specified already exists, this parameter can be left null to
            test the existing output as is or if specified, the properties
            specified will overwrite the corresponding properties in the
            existing output (exactly like a PATCH operation) and the resulting
            output will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient">
            <summary>
            Composite Swagger for Stream Analytics Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.SubscriptionId">
            <summary>
            GUID 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.StreamAnalytics.IStreamAnalyticsManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.StreamingJobs">
            <summary>
            Gets the IStreamingJobsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Inputs">
            <summary>
            Gets the IInputsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Outputs">
            <summary>
            Gets the IOutputsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Transformations">
            <summary>
            Gets the ITransformationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Functions">
            <summary>
            Gets the IFunctionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations">
            <summary>
            StreamingJobsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming
            job.
            </summary>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a
            new streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite
            the current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to
            prevent updating an existing record set. Other values will result
            in a 412 Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing streaming job. This can be used to partially
            update (ie. update one or two properties) a streaming job without
            affecting the rest the job definition.
            </summary>
            <param name='streamingJob'>
            A streaming job object. The properties specified here will
            overwrite the corresponding properties in the existing streaming
            job (ie. Those properties will be updated). Any properties that are
            set to null here will mean that the corresponding property in the
            existing input will remain the same and not change as a result of
            this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite
            the current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list
            of additional streaming job properties to include in the response,
            beyond the default set returned when this parameter is absent. The
            default set is all streaming job properties other than 'inputs',
            'transformation', 'outputs', and 'functions'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list
            of additional streaming job properties to include in the response,
            beyond the default set returned when this parameter is absent. The
            default set is all streaming job properties other than 'inputs',
            'transformation', 'outputs', and 'functions'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list
            of additional streaming job properties to include in the response,
            beyond the default set returned when this parameter is absent. The
            default set is all streaming job properties other than 'inputs',
            'transformation', 'outputs', and 'functions'.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.StartWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start
            processing input events and produce output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.StopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming
            job to stop processing input events and producing output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.BeginCreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming
            job.
            </summary>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a
            new streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite
            the current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to
            prevent updating an existing record set. Other values will result
            in a 412 Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start
            processing input events and produce output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming
            job to stop processing input events and producing output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations.ListQuotasWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the subscription's current quota information in a
            particular region.
            </summary>
            <param name='location'>
            The region in which to retrieve the subscription's quota
            information. You can find out which regions Azure Stream Analytics
            is supported in here: https://azure.microsoft.com/en-us/regions/
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations">
            <summary>
            TransformationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a transformation or replaces an already existing
            transformation under an existing streaming job.
            </summary>
            <param name='transformation'>
            The definition of the transformation that will be used to create a
            new transformation or replace the existing one under the streaming
            job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite
            the current transformation. Specify the last-seen ETag value to
            prevent accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new transformation to be created, but to
            prevent updating an existing transformation. Other values will
            result in a 412 Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing transformation under an existing streaming job.
            This can be used to partially update (ie. update one or two
            properties) a transformation without affecting the rest the job or
            transformation definition.
            </summary>
            <param name='transformation'>
            A Transformation object. The properties specified here will
            overwrite the corresponding properties in the existing
            transformation (ie. Those properties will be updated). Any
            properties that are set to null here will mean that the
            corresponding property in the existing transformation will remain
            the same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite
            the current transformation. Specify the last-seen ETag value to
            prevent accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified transformation.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can
            obtain this value from the Azure Resource Manager API or the
            portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization">
            <summary>
            Describes how data from an input is serialized or how data is
            serialized when written to an output in Avro format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization.#ctor">
            <summary>
            Initializes a new instance of the AvroSerialization class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the AvroSerialization class.
            </summary>
            <param name="properties">The properties that are associated with
            the Avro serialization type. Required on PUT (CreateOrReplace)
            requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization.Properties">
            <summary>
            Gets or sets the properties that are associated with the Avro
            serialization type. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding">
            <summary>
            The binding to an Azure Machine Learning web service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.#ctor">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceFunctionBinding class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.#ctor(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs,System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceFunctionBinding class.
            </summary>
            <param name="endpoint">The Request-Response execute endpoint of the
            Azure Machine Learning web service. Find out more here:
            https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs</param>
            <param name="apiKey">The API key used to authenticate with
            Request-Response endpoint.</param>
            <param name="inputs">The inputs for the Azure Machine Learning web
            service endpoint.</param>
            <param name="outputs">A list of outputs from the Azure Machine
            Learning web service endpoint execution.</param>
            <param name="batchSize">Number between 1 and 10000 describing
            maximum number of rows for every Azure ML RRS execute request.
            Default is 1000.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.Endpoint">
            <summary>
            Gets or sets the Request-Response execute endpoint of the Azure
            Machine Learning web service. Find out more here:
            https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.ApiKey">
            <summary>
            Gets or sets the API key used to authenticate with Request-Response
            endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.Inputs">
            <summary>
            Gets or sets the inputs for the Azure Machine Learning web service
            endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.Outputs">
            <summary>
            Gets or sets a list of outputs from the Azure Machine Learning web
            service endpoint execution.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.BatchSize">
            <summary>
            Gets or sets number between 1 and 10000 describing maximum number
            of rows for every Azure ML RRS execute request. Default is 1000.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters">
            <summary>
            The parameters needed to retrieve the default function definition for
            an Azure Machine Learning web service function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.#ctor">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.#ctor(System.String,System.Nullable{Microsoft.Azure.Management.StreamAnalytics.Models.UdfType})">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters
            class.
            </summary>
            <param name="executeEndpoint">The Request-Response execute endpoint
            of the Azure Machine Learning web service. Find out more here:
            https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs</param>
            <param name="udfType">The function type. Possible values include:
            'Scalar'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.ExecuteEndpoint">
            <summary>
            Gets or sets the Request-Response execute endpoint of the Azure
            Machine Learning web service. Find out more here:
            https://docs.microsoft.com/en-us/azure/machine-learning/machine-learning-consume-web-services#request-response-service-rrs
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.UdfType">
            <summary>
            Gets or sets the function type. Possible values include: 'Scalar'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn">
            <summary>
            Describes an input column for the Azure Machine Learning web service
            endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.#ctor">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceInputColumn class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.#ctor(System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceInputColumn class.
            </summary>
            <param name="name">The name of the input column.</param>
            <param name="dataType">The (Azure Machine Learning supported) data
            type of the input column. A list of valid Azure Machine Learning
            data types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx
            .</param>
            <param name="mapTo">The zero based index of the function parameter
            this input maps to.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.Name">
            <summary>
            Gets or sets the name of the input column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.DataType">
            <summary>
            Gets or sets the (Azure Machine Learning supported) data type of
            the input column. A list of valid Azure Machine Learning data
            types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.MapTo">
            <summary>
            Gets or sets the zero based index of the function parameter this
            input maps to.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs">
            <summary>
            The inputs for the Azure Machine Learning web service endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.#ctor">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceInputs class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn})">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceInputs class.
            </summary>
            <param name="name">The name of the input. This is the name provided
            while authoring the endpoint.</param>
            <param name="columnNames">A list of input columns for the Azure
            Machine Learning web service endpoint.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.Name">
            <summary>
            Gets or sets the name of the input. This is the name provided while
            authoring the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.ColumnNames">
            <summary>
            Gets or sets a list of input columns for the Azure Machine Learning
            web service endpoint.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn">
            <summary>
            Describes an output column for the Azure Machine Learning web service
            endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.#ctor">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceOutputColumn class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the
            AzureMachineLearningWebServiceOutputColumn class.
            </summary>
            <param name="name">The name of the output column.</param>
            <param name="dataType">The (Azure Machine Learning supported) data
            type of the output column. A list of valid Azure Machine Learning
            data types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx
            .</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.Name">
            <summary>
            Gets or sets the name of the output column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.DataType">
            <summary>
            Gets or sets the (Azure Machine Learning supported) data type of
            the output column. A list of valid Azure Machine Learning data
            types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx .
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties">
            <summary>
            The properties that are associated with an Azure SQL database data
            source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.#ctor">
            <summary>
            Initializes a new instance of the
            AzureSqlDatabaseDataSourceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the
            AzureSqlDatabaseDataSourceProperties class.
            </summary>
            <param name="server">The name of the SQL server containing the
            Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="database">The name of the Azure SQL database. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="user">The user name that will be used to connect to
            the Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="password">The password that will be used to connect to
            the Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="table">The name of the table in the Azure SQL
            database. Required on PUT (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.Server">
            <summary>
            Gets or sets the name of the SQL server containing the Azure SQL
            database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.Database">
            <summary>
            Gets or sets the name of the Azure SQL database. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.User">
            <summary>
            Gets or sets the user name that will be used to connect to the
            Azure SQL database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.Password">
            <summary>
            Gets or sets the password that will be used to connect to the Azure
            SQL database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseDataSourceProperties.Table">
            <summary>
            Gets or sets the name of the table in the Azure SQL database.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource">
            <summary>
            Describes an Azure SQL database output data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDatabaseOutputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the AzureSqlDatabaseOutputDataSource
            class.
            </summary>
            <param name="server">The name of the SQL server containing the
            Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="database">The name of the Azure SQL database. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="user">The user name that will be used to connect to
            the Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="password">The password that will be used to connect to
            the Azure SQL database. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="table">The name of the table in the Azure SQL
            database. Required on PUT (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.Server">
            <summary>
            Gets or sets the name of the SQL server containing the Azure SQL
            database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.Database">
            <summary>
            Gets or sets the name of the Azure SQL database. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.User">
            <summary>
            Gets or sets the user name that will be used to connect to the
            Azure SQL database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.Password">
            <summary>
            Gets or sets the password that will be used to connect to the Azure
            SQL database. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureSqlDatabaseOutputDataSource.Table">
            <summary>
            Gets or sets the name of the table in the Azure SQL database.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource">
            <summary>
            Describes an Azure Table data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the AzureTableOutputDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the AzureTableOutputDataSource class.
            </summary>
            <param name="accountName">The name of the Azure Storage account.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="accountKey">The account key for the Azure Storage
            account. Required on PUT (CreateOrReplace) requests.</param>
            <param name="table">The name of the Azure Table. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="partitionKey">This element indicates the name of a
            column from the SELECT statement in the query that will be used as
            the partition key for the Azure Table. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="rowKey">This element indicates the name of a column
            from the SELECT statement in the query that will be used as the row
            key for the Azure Table. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="columnsToRemove">If specified, each item in the array
            is the name of a column to remove (if present) from output event
            entities.</param>
            <param name="batchSize">The number of rows to write to the Azure
            Table at a time.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.AccountName">
            <summary>
            Gets or sets the name of the Azure Storage account. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.AccountKey">
            <summary>
            Gets or sets the account key for the Azure Storage account.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.Table">
            <summary>
            Gets or sets the name of the Azure Table. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.PartitionKey">
            <summary>
            Gets or sets this element indicates the name of a column from the
            SELECT statement in the query that will be used as the partition
            key for the Azure Table. Required on PUT (CreateOrReplace)
            requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.RowKey">
            <summary>
            Gets or sets this element indicates the name of a column from the
            SELECT statement in the query that will be used as the row key for
            the Azure Table. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.ColumnsToRemove">
            <summary>
            Gets or sets if specified, each item in the array is the name of a
            column to remove (if present) from output event entities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.BatchSize">
            <summary>
            Gets or sets the number of rows to write to the Azure Table at a
            time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties">
            <summary>
            The properties that are associated with a blob data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.#ctor">
            <summary>
            Initializes a new instance of the BlobDataSourceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BlobDataSourceProperties class.
            </summary>
            <param name="storageAccounts">A list of one or more Azure Storage
            accounts. Required on PUT (CreateOrReplace) requests.</param>
            <param name="container">The name of a container within the
            associated Storage account. This container contains either the
            blob(s) to be read from or written to. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="pathPattern">The blob path pattern. Not a regular
            expression. It represents a pattern against which blob names will
            be matched to determine whether or not they should be included as
            input or output to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.</param>
            <param name="dateFormat">The date format. Wherever {date} appears
            in pathPattern, the value of this property is used as the date
            format instead.</param>
            <param name="timeFormat">The time format. Wherever {time} appears
            in pathPattern, the value of this property is used as the time
            format instead.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.StorageAccounts">
            <summary>
            Gets or sets a list of one or more Azure Storage accounts. Required
            on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.Container">
            <summary>
            Gets or sets the name of a container within the associated Storage
            account. This container contains either the blob(s) to be read from
            or written to. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.PathPattern">
            <summary>
            Gets or sets the blob path pattern. Not a regular expression. It
            represents a pattern against which blob names will be matched to
            determine whether or not they should be included as input or output
            to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.DateFormat">
            <summary>
            Gets or sets the date format. Wherever {date} appears in
            pathPattern, the value of this property is used as the date format
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobDataSourceProperties.TimeFormat">
            <summary>
            Gets or sets the time format. Wherever {time} appears in
            pathPattern, the value of this property is used as the time format
            instead.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource">
            <summary>
            Describes a blob output data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the BlobOutputDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BlobOutputDataSource class.
            </summary>
            <param name="storageAccounts">A list of one or more Azure Storage
            accounts. Required on PUT (CreateOrReplace) requests.</param>
            <param name="container">The name of a container within the
            associated Storage account. This container contains either the
            blob(s) to be read from or written to. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="pathPattern">The blob path pattern. Not a regular
            expression. It represents a pattern against which blob names will
            be matched to determine whether or not they should be included as
            input or output to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.</param>
            <param name="dateFormat">The date format. Wherever {date} appears
            in pathPattern, the value of this property is used as the date
            format instead.</param>
            <param name="timeFormat">The time format. Wherever {time} appears
            in pathPattern, the value of this property is used as the time
            format instead.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.StorageAccounts">
            <summary>
            Gets or sets a list of one or more Azure Storage accounts. Required
            on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.Container">
            <summary>
            Gets or sets the name of a container within the associated Storage
            account. This container contains either the blob(s) to be read from
            or written to. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.PathPattern">
            <summary>
            Gets or sets the blob path pattern. Not a regular expression. It
            represents a pattern against which blob names will be matched to
            determine whether or not they should be included as input or output
            to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.DateFormat">
            <summary>
            Gets or sets the date format. Wherever {date} appears in
            pathPattern, the value of this property is used as the date format
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.TimeFormat">
            <summary>
            Gets or sets the time format. Wherever {time} appears in
            pathPattern, the value of this property is used as the time format
            instead.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource">
            <summary>
            Describes a blob input data source that contains reference data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the BlobReferenceInputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount},System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the BlobReferenceInputDataSource
            class.
            </summary>
            <param name="storageAccounts">A list of one or more Azure Storage
            accounts. Required on PUT (CreateOrReplace) requests.</param>
            <param name="container">The name of a container within the
            associated Storage account. This container contains either the
            blob(s) to be read from or written to. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="pathPattern">The blob path pattern. Not a regular
            expression. It represents a pattern against which blob names will
            be matched to determine whether or not they should be included as
            input or output to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.</param>
            <param name="dateFormat">The date format. Wherever {date} appears
            in pathPattern, the value of this property is used as the date
            format instead.</param>
            <param name="timeFormat">The time format. Wherever {time} appears
            in pathPattern, the value of this property is used as the time
            format instead.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.StorageAccounts">
            <summary>
            Gets or sets a list of one or more Azure Storage accounts. Required
            on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.Container">
            <summary>
            Gets or sets the name of a container within the associated Storage
            account. This container contains either the blob(s) to be read from
            or written to. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.PathPattern">
            <summary>
            Gets or sets the blob path pattern. Not a regular expression. It
            represents a pattern against which blob names will be matched to
            determine whether or not they should be included as input or output
            to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.DateFormat">
            <summary>
            Gets or sets the date format. Wherever {date} appears in
            pathPattern, the value of this property is used as the date format
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.TimeFormat">
            <summary>
            Gets or sets the time format. Wherever {time} appears in
            pathPattern, the value of this property is used as the time format
            instead.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource">
            <summary>
            Describes a blob input data source that contains stream data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the BlobStreamInputDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount},System.String,System.String,System.String,System.String,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the BlobStreamInputDataSource class.
            </summary>
            <param name="storageAccounts">A list of one or more Azure Storage
            accounts. Required on PUT (CreateOrReplace) requests.</param>
            <param name="container">The name of a container within the
            associated Storage account. This container contains either the
            blob(s) to be read from or written to. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="pathPattern">The blob path pattern. Not a regular
            expression. It represents a pattern against which blob names will
            be matched to determine whether or not they should be included as
            input or output to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.</param>
            <param name="dateFormat">The date format. Wherever {date} appears
            in pathPattern, the value of this property is used as the date
            format instead.</param>
            <param name="timeFormat">The time format. Wherever {time} appears
            in pathPattern, the value of this property is used as the time
            format instead.</param>
            <param name="sourcePartitionCount">The partition count of the blob
            input data source. Range 1 - 256.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.StorageAccounts">
            <summary>
            Gets or sets a list of one or more Azure Storage accounts. Required
            on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.Container">
            <summary>
            Gets or sets the name of a container within the associated Storage
            account. This container contains either the blob(s) to be read from
            or written to. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.PathPattern">
            <summary>
            Gets or sets the blob path pattern. Not a regular expression. It
            represents a pattern against which blob names will be matched to
            determine whether or not they should be included as input or output
            to the job. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a more detailed explanation and example.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.DateFormat">
            <summary>
            Gets or sets the date format. Wherever {date} appears in
            pathPattern, the value of this property is used as the date format
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.TimeFormat">
            <summary>
            Gets or sets the time format. Wherever {time} appears in
            pathPattern, the value of this property is used as the time format
            instead.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.SourcePartitionCount">
            <summary>
            Gets or sets the partition count of the blob input data source.
            Range 1 - 256.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.CompatibilityLevel">
            <summary>
            Defines values for CompatibilityLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization">
            <summary>
            Describes how data from an input is serialized or how data is
            serialized when written to an output in CSV format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization.#ctor">
            <summary>
            Initializes a new instance of the CsvSerialization class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the CsvSerialization class.
            </summary>
            <param name="fieldDelimiter">Specifies the delimiter that will be
            used to separate comma-separated value (CSV) records. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a list of supported values. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="encoding">Specifies the encoding of the incoming data
            in the case of input and the encoding of outgoing data in the case
            of output. Required on PUT (CreateOrReplace) requests. Possible
            values include: 'UTF8'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization.FieldDelimiter">
            <summary>
            Gets or sets specifies the delimiter that will be used to separate
            comma-separated value (CSV) records. See
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-input
            or
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for a list of supported values. Required on PUT (CreateOrReplace)
            requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization.Encoding">
            <summary>
            Gets or sets specifies the encoding of the incoming data in the
            case of input and the encoding of outgoing data in the case of
            output. Required on PUT (CreateOrReplace) requests. Possible values
            include: 'UTF8'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition">
            <summary>
            Condition applicable to the resource, or to the job overall, that
            warrant customer attention.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.#ctor">
            <summary>
            Initializes a new instance of the DiagnosticCondition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DiagnosticCondition class.
            </summary>
            <param name="since">The UTC timestamp of when the condition
            started. Customers should be able to find a corresponding event in
            the ops log around this time.</param>
            <param name="code">The opaque diagnostic code.</param>
            <param name="message">The human-readable message describing the
            condition in detail. Localized in the Accept-Language of the client
            request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Since">
            <summary>
            Gets the UTC timestamp of when the condition started. Customers
            should be able to find a corresponding event in the ops log around
            this time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Code">
            <summary>
            Gets the opaque diagnostic code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Message">
            <summary>
            Gets the human-readable message describing the condition in detail.
            Localized in the Accept-Language of the client request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics">
            <summary>
            Describes conditions applicable to the Input, Output, or the job
            overall, that warrant customer attention.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics.#ctor">
            <summary>
            Initializes a new instance of the Diagnostics class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition})">
            <summary>
            Initializes a new instance of the Diagnostics class.
            </summary>
            <param name="conditions">A collection of zero or more conditions
            applicable to the resource, or to the job overall, that warrant
            customer attention.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics.Conditions">
            <summary>
            Gets a collection of zero or more conditions applicable to the
            resource, or to the job overall, that warrant customer attention.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource">
            <summary>
            Describes a DocumentDB data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the DocumentDbOutputDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DocumentDbOutputDataSource class.
            </summary>
            <param name="accountId">The DocumentDB account name or ID. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="accountKey">The account key for the DocumentDB
            account. Required on PUT (CreateOrReplace) requests.</param>
            <param name="database">The name of the DocumentDB database.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="collectionNamePattern">The collection name pattern for
            the collections to be used. The collection name format can be
            constructed using the optional {partition} token, where partitions
            start from 0. See the DocumentDB section of
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for more information. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="partitionKey">The name of the field in output events
            used to specify the key for partitioning output across collections.
            If 'collectionNamePattern' contains the {partition} token, this
            property is required to be specified.</param>
            <param name="documentId">The name of the field in output events
            used to specify the primary key which insert or update operations
            are based on.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.AccountId">
            <summary>
            Gets or sets the DocumentDB account name or ID. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.AccountKey">
            <summary>
            Gets or sets the account key for the DocumentDB account. Required
            on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.Database">
            <summary>
            Gets or sets the name of the DocumentDB database. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.CollectionNamePattern">
            <summary>
            Gets or sets the collection name pattern for the collections to be
            used. The collection name format can be constructed using the
            optional {partition} token, where partitions start from 0. See the
            DocumentDB section of
            https://docs.microsoft.com/en-us/rest/api/streamanalytics/stream-analytics-output
            for more information. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.PartitionKey">
            <summary>
            Gets or sets the name of the field in output events used to specify
            the key for partitioning output across collections. If
            'collectionNamePattern' contains the {partition} token, this
            property is required to be specified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.DocumentId">
            <summary>
            Gets or sets the name of the field in output events used to specify
            the primary key which insert or update operations are based on.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Encoding">
            <summary>
            Defines values for Encoding.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse">
            <summary>
            Describes the error that occurred.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
            <param name="code">Error code associated with the error that
            occurred.</param>
            <param name="message">Describes the error in detail.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.Code">
            <summary>
            Gets error code associated with the error that occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.Message">
            <summary>
            Gets describes the error in detail.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties">
            <summary>
            The common properties that are associated with Event Hub data sources.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties.#ctor">
            <summary>
            Initializes a new instance of the EventHubDataSourceProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EventHubDataSourceProperties
            class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="eventHubName">The name of the Event Hub. Required on
            PUT (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubDataSourceProperties.EventHubName">
            <summary>
            Gets or sets the name of the Event Hub. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource">
            <summary>
            Describes an Event Hub output data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the EventHubOutputDataSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EventHubOutputDataSource class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="eventHubName">The name of the Event Hub. Required on
            PUT (CreateOrReplace) requests.</param>
            <param name="partitionKey">The key/column that is used to determine
            to which partition to send event data.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.ServiceBusNamespace">
            <summary>
            Gets or sets the namespace that is associated with the desired
            Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the Event Hub,
            Service Bus Queue, Service Bus Topic, etc. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.EventHubName">
            <summary>
            Gets or sets the name of the Event Hub. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.PartitionKey">
            <summary>
            Gets or sets the key/column that is used to determine to which
            partition to send event data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource">
            <summary>
            Describes an Event Hub input data source that contains stream data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the EventHubStreamInputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the EventHubStreamInputDataSource
            class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="eventHubName">The name of the Event Hub. Required on
            PUT (CreateOrReplace) requests.</param>
            <param name="consumerGroupName">The name of an Event Hub Consumer
            Group that should be used to read events from the Event Hub.
            Specifying distinct consumer group names for multiple inputs allows
            each of those inputs to receive the same events from the Event Hub.
            If not specified, the input uses the Event Hub’s default consumer
            group.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.ServiceBusNamespace">
            <summary>
            Gets or sets the namespace that is associated with the desired
            Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the Event Hub,
            Service Bus Queue, Service Bus Topic, etc. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.EventHubName">
            <summary>
            Gets or sets the name of the Event Hub. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.ConsumerGroupName">
            <summary>
            Gets or sets the name of an Event Hub Consumer Group that should be
            used to read events from the Event Hub. Specifying distinct
            consumer group names for multiple inputs allows each of those
            inputs to receive the same events from the Event Hub. If not
            specified, the input uses the Event Hub’s default consumer group.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventsOutOfOrderPolicy">
            <summary>
            Defines values for EventsOutOfOrderPolicy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Function">
            <summary>
            A function object, containing all information associated with the named
            function. All functions are contained under a streaming job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Function.#ctor">
            <summary>
            Initializes a new instance of the Function class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Function.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties)">
            <summary>
            Initializes a new instance of the Function class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="properties">The properties that are associated with a
            function.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Function.Properties">
            <summary>
            Gets or sets the properties that are associated with a function.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding">
            <summary>
            The physical binding of the function. For example, in the Azure Machine
            Learning web service’s case, this describes the endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding.#ctor">
            <summary>
            Initializes a new instance of the FunctionBinding class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput">
            <summary>
            Describes one input parameter of a function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.#ctor">
            <summary>
            Initializes a new instance of the FunctionInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.#ctor(System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the FunctionInput class.
            </summary>
            <param name="dataType">The (Azure Stream Analytics supported) data
            type of the function input parameter. A list of valid Azure Stream
            Analytics data types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx</param>
            <param name="isConfigurationParameter">A flag indicating if the
            parameter is a configuration parameter. True if this input
            parameter is expected to be a constant. Default is false.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.DataType">
            <summary>
            Gets or sets the (Azure Stream Analytics supported) data type of
            the function input parameter. A list of valid Azure Stream
            Analytics data types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.IsConfigurationParameter">
            <summary>
            Gets or sets a flag indicating if the parameter is a configuration
            parameter. True if this input parameter is expected to be a
            constant. Default is false.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput">
            <summary>
            Describes the output of a function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput.#ctor">
            <summary>
            Initializes a new instance of the FunctionOutput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionOutput class.
            </summary>
            <param name="dataType">The (Azure Stream Analytics supported) data
            type of the function output. A list of valid Azure Stream Analytics
            data types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput.DataType">
            <summary>
            Gets or sets the (Azure Stream Analytics supported) data type of
            the function output. A list of valid Azure Stream Analytics data
            types are described at
            https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties">
            <summary>
            The properties that are associated with a function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties.#ctor">
            <summary>
            Initializes a new instance of the FunctionProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionProperties class.
            </summary>
            <param name="etag">The current entity tag for the function. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties.Etag">
            <summary>
            Gets the current entity tag for the function. This is an opaque
            string. You can use it to detect whether the resource has changed
            between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters">
            <summary>
            Parameters used to specify the type of function to retrieve the default
            definition for.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters.#ctor">
            <summary>
            Initializes a new instance of the
            FunctionRetrieveDefaultDefinitionParameters class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsCreateOrReplaceHeaders">
            <summary>
            Defines headers for CreateOrReplace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsCreateOrReplaceHeaders.#ctor">
            <summary>
            Initializes a new instance of the FunctionsCreateOrReplaceHeaders
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsCreateOrReplaceHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionsCreateOrReplaceHeaders
            class.
            </summary>
            <param name="eTag">The current entity tag for the function. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsCreateOrReplaceHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the function. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsGetHeaders">
            <summary>
            Defines headers for Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsGetHeaders.#ctor">
            <summary>
            Initializes a new instance of the FunctionsGetHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsGetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionsGetHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the function. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsGetHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the function. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsUpdateHeaders">
            <summary>
            Defines headers for Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsUpdateHeaders.#ctor">
            <summary>
            Initializes a new instance of the FunctionsUpdateHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsUpdateHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the FunctionsUpdateHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the function. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionsUpdateHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the function. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Input">
            <summary>
            An input object, containing all information associated with the named
            input. All inputs are contained under a streaming job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Input.#ctor">
            <summary>
            Initializes a new instance of the Input class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Input.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties)">
            <summary>
            Initializes a new instance of the Input class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="properties">The properties that are associated with an
            input. Required on PUT (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Input.Properties">
            <summary>
            Gets or sets the properties that are associated with an input.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties">
            <summary>
            The properties that are associated with an input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.#ctor">
            <summary>
            Initializes a new instance of the InputProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Serialization,Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics,System.String)">
            <summary>
            Initializes a new instance of the InputProperties class.
            </summary>
            <param name="serialization">Describes how data from an input is
            serialized or how data is serialized when written to an output.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="diagnostics">Describes conditions applicable to the
            Input, Output, or the job overall, that warrant customer
            attention.</param>
            <param name="etag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Serialization">
            <summary>
            Gets or sets describes how data from an input is serialized or how
            data is serialized when written to an output. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Diagnostics">
            <summary>
            Gets describes conditions applicable to the Input, Output, or the
            job overall, that warrant customer attention.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Etag">
            <summary>
            Gets the current entity tag for the input. This is an opaque
            string. You can use it to detect whether the resource has changed
            between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputsCreateOrReplaceHeaders">
            <summary>
            Defines headers for CreateOrReplace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsCreateOrReplaceHeaders.#ctor">
            <summary>
            Initializes a new instance of the InputsCreateOrReplaceHeaders
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsCreateOrReplaceHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputsCreateOrReplaceHeaders
            class.
            </summary>
            <param name="eTag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputsCreateOrReplaceHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputsGetHeaders">
            <summary>
            Defines headers for Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsGetHeaders.#ctor">
            <summary>
            Initializes a new instance of the InputsGetHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsGetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputsGetHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputsGetHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputsUpdateHeaders">
            <summary>
            Defines headers for Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsUpdateHeaders.#ctor">
            <summary>
            Initializes a new instance of the InputsUpdateHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputsUpdateHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the InputsUpdateHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputsUpdateHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource">
            <summary>
            Describes an IoT Hub input data source that contains stream data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the IoTHubStreamInputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.#ctor(System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the IoTHubStreamInputDataSource
            class.
            </summary>
            <param name="iotHubNamespace">The name or the URI of the IoT Hub.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the IoT Hub. This policy must contain at least the Service
            connect permission. Required on PUT (CreateOrReplace)
            requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="consumerGroupName">The name of an IoT Hub Consumer
            Group that should be used to read events from the IoT Hub. If not
            specified, the input uses the Iot Hub’s default consumer
            group.</param>
            <param name="endpoint">The IoT Hub endpoint to connect to (ie.
            messages/events, messages/operationsMonitoringEvents,
            etc.).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.IotHubNamespace">
            <summary>
            Gets or sets the name or the URI of the IoT Hub. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the IoT Hub. This
            policy must contain at least the Service connect permission.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.ConsumerGroupName">
            <summary>
            Gets or sets the name of an IoT Hub Consumer Group that should be
            used to read events from the IoT Hub. If not specified, the input
            uses the Iot Hub’s default consumer group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.Endpoint">
            <summary>
            Gets or sets the IoT Hub endpoint to connect to (ie.
            messages/events, messages/operationsMonitoringEvents, etc.).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding">
            <summary>
            The binding to a JavaScript function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding.#ctor">
            <summary>
            Initializes a new instance of the JavaScriptFunctionBinding class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding.#ctor(System.String)">
            <summary>
            Initializes a new instance of the JavaScriptFunctionBinding class.
            </summary>
            <param name="script">The JavaScript code containing a single
            function definition. For example: 'function (x, y) { return x + y;
            }'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding.Script">
            <summary>
            Gets or sets the JavaScript code containing a single function
            definition. For example: 'function (x, y) { return x + y; }'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters">
            <summary>
            The parameters needed to retrieve the default function definition for a
            JavaScript function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters.#ctor">
            <summary>
            Initializes a new instance of the
            JavaScriptFunctionRetrieveDefaultDefinitionParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters.#ctor(System.String,System.Nullable{Microsoft.Azure.Management.StreamAnalytics.Models.UdfType})">
            <summary>
            Initializes a new instance of the
            JavaScriptFunctionRetrieveDefaultDefinitionParameters class.
            </summary>
            <param name="script">The JavaScript code containing a single
            function definition. For example: 'function (x, y) { return x + y;
            }'.</param>
            <param name="udfType">The function type. Possible values include:
            'Scalar'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters.Script">
            <summary>
            Gets or sets the JavaScript code containing a single function
            definition. For example: 'function (x, y) { return x + y; }'.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters.UdfType">
            <summary>
            Gets or sets the function type. Possible values include: 'Scalar'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JsonOutputSerializationFormat">
            <summary>
            Defines values for JsonOutputSerializationFormat.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization">
            <summary>
            Describes how data from an input is serialized or how data is
            serialized when written to an output in JSON format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization.#ctor">
            <summary>
            Initializes a new instance of the JsonSerialization class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the JsonSerialization class.
            </summary>
            <param name="encoding">Specifies the encoding of the incoming data
            in the case of input and the encoding of outgoing data in the case
            of output. Required on PUT (CreateOrReplace) requests. Possible
            values include: 'UTF8'</param>
            <param name="format">This property only applies to JSON
            serialization of outputs only. It is not applicable to inputs. This
            property specifies the format of the JSON the output will be
            written in. The currently supported values are 'lineSeparated'
            indicating the output will be formatted by having each JSON object
            separated by a new line and 'array' indicating the output will be
            formatted as an array of JSON objects. Default value is
            'lineSeparated' if left null. Possible values include:
            'LineSeparated', 'Array'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization.Encoding">
            <summary>
            Gets or sets specifies the encoding of the incoming data in the
            case of input and the encoding of outgoing data in the case of
            output. Required on PUT (CreateOrReplace) requests. Possible values
            include: 'UTF8'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization.Format">
            <summary>
            Gets or sets this property only applies to JSON serialization of
            outputs only. It is not applicable to inputs. This property
            specifies the format of the JSON the output will be written in. The
            currently supported values are 'lineSeparated' indicating the
            output will be formatted by having each JSON object separated by a
            new line and 'array' indicating the output will be formatted as an
            array of JSON objects. Default value is 'lineSeparated' if left
            null. Possible values include: 'LineSeparated', 'Array'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Operation">
            <summary>
            A Stream Analytics REST API operation
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Operation.#ctor(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay)">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
            <param name="name">The name of the operation being performed on
            this particular object.</param>
            <param name="display">Contains the localized display information
            for this particular operation / action.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Operation.Name">
            <summary>
            Gets the name of the operation being performed on this particular
            object.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Operation.Display">
            <summary>
            Gets contains the localized display information for this particular
            operation / action.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay">
            <summary>
            Contains the localized display information for this particular
            operation / action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.#ctor">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
            <param name="provider">The localized friendly form of the resource
            provider name.</param>
            <param name="resource">The localized friendly form of the resource
            type related to this action/operation.</param>
            <param name="operation">The localized friendly name for the
            operation.</param>
            <param name="description">The localized friendly description for
            the operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.Provider">
            <summary>
            Gets the localized friendly form of the resource provider name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.Resource">
            <summary>
            Gets the localized friendly form of the resource type related to
            this action/operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.Operation">
            <summary>
            Gets the localized friendly name for the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OperationDisplay.Description">
            <summary>
            Gets the localized friendly description for the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Output">
            <summary>
            An output object, containing all information associated with the named
            output. All outputs are contained under a streaming job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Output.#ctor">
            <summary>
            Initializes a new instance of the Output class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Output.#ctor(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource,Microsoft.Azure.Management.StreamAnalytics.Models.Serialization,Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics,System.String)">
            <summary>
            Initializes a new instance of the Output class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="datasource">Describes the data source that output will
            be written to. Required on PUT (CreateOrReplace) requests.</param>
            <param name="serialization">Describes how data from an input is
            serialized or how data is serialized when written to an output.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="diagnostics">Describes conditions applicable to the
            Input, Output, or the job overall, that warrant customer
            attention.</param>
            <param name="etag">The current entity tag for the output. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Datasource">
            <summary>
            Gets or sets describes the data source that output will be written
            to. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Serialization">
            <summary>
            Gets or sets describes how data from an input is serialized or how
            data is serialized when written to an output. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Diagnostics">
            <summary>
            Gets describes conditions applicable to the Input, Output, or the
            job overall, that warrant customer attention.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Etag">
            <summary>
            Gets the current entity tag for the output. This is an opaque
            string. You can use it to detect whether the resource has changed
            between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource">
            <summary>
            Describes the data source that output will be written to.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the OutputDataSource class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputErrorPolicy">
            <summary>
            Defines values for OutputErrorPolicy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsCreateOrReplaceHeaders">
            <summary>
            Defines headers for CreateOrReplace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsCreateOrReplaceHeaders.#ctor">
            <summary>
            Initializes a new instance of the OutputsCreateOrReplaceHeaders
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsCreateOrReplaceHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutputsCreateOrReplaceHeaders
            class.
            </summary>
            <param name="eTag">The current entity tag for the output. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsCreateOrReplaceHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the output. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsGetHeaders">
            <summary>
            Defines headers for Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsGetHeaders.#ctor">
            <summary>
            Initializes a new instance of the OutputsGetHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsGetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutputsGetHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the output. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsGetHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the output. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputStartMode">
            <summary>
            Defines values for OutputStartMode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsUpdateHeaders">
            <summary>
            Defines headers for Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsUpdateHeaders.#ctor">
            <summary>
            Initializes a new instance of the OutputsUpdateHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsUpdateHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the OutputsUpdateHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the output. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputsUpdateHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the output. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputDataSource">
            <summary>
            Describes an input data source that contains reference data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the ReferenceInputDataSource class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties">
            <summary>
            The properties that are associated with an input containing reference
            data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties.#ctor">
            <summary>
            Initializes a new instance of the ReferenceInputProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Serialization,Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputDataSource)">
            <summary>
            Initializes a new instance of the ReferenceInputProperties class.
            </summary>
            <param name="serialization">Describes how data from an input is
            serialized or how data is serialized when written to an output.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="diagnostics">Describes conditions applicable to the
            Input, Output, or the job overall, that warrant customer
            attention.</param>
            <param name="etag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
            <param name="datasource">Describes an input data source that
            contains reference data. Required on PUT (CreateOrReplace)
            requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties.Datasource">
            <summary>
            Gets or sets describes an input data source that contains reference
            data. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Resource">
            <summary>
            The base resource model definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="tags">Resource tags</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.Name">
            <summary>
            Gets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.Location">
            <summary>
            Gets or sets resource location. Required on PUT (CreateOrReplace)
            requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Resource.Tags">
            <summary>
            Gets or sets resource tags
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus">
            <summary>
            Describes the status of the test operation along with error
            information, if applicable.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus.#ctor">
            <summary>
            Initializes a new instance of the ResourceTestStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus.#ctor(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse)">
            <summary>
            Initializes a new instance of the ResourceTestStatus class.
            </summary>
            <param name="status">The status of the test operation.</param>
            <param name="error">Describes the error that occurred.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus.Status">
            <summary>
            Gets the status of the test operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus.Error">
            <summary>
            Gets describes the error that occurred.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties">
            <summary>
            The properties that are associated with a scalar function.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.#ctor">
            <summary>
            Initializes a new instance of the ScalarFunctionProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput},Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding)">
            <summary>
            Initializes a new instance of the ScalarFunctionProperties class.
            </summary>
            <param name="etag">The current entity tag for the function. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
            <param name="inputs">A list of inputs describing the parameters of
            the function.</param>
            <param name="output">The output of the function.</param>
            <param name="binding">The physical binding of the function. For
            example, in the Azure Machine Learning web service’s case, this
            describes the endpoint.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.Inputs">
            <summary>
            Gets or sets a list of inputs describing the parameters of the
            function.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.Output">
            <summary>
            Gets or sets the output of the function.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.Binding">
            <summary>
            Gets or sets the physical binding of the function. For example, in
            the Azure Machine Learning web service’s case, this describes the
            endpoint.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Serialization">
            <summary>
            Describes how data from an input is serialized or how data is
            serialized when written to an output.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Serialization.#ctor">
            <summary>
            Initializes a new instance of the Serialization class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties">
            <summary>
            The common properties that are associated with Service Bus data sources
            (Queues, Topics, Event Hubs, etc.).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusDataSourceProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the ServiceBusDataSourceProperties
            class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties.ServiceBusNamespace">
            <summary>
            Gets or sets the namespace that is associated with the desired
            Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the Event Hub,
            Service Bus Queue, Service Bus Topic, etc. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusDataSourceProperties.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource">
            <summary>
            Describes a Service Bus Queue data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusQueueOutputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the ServiceBusQueueOutputDataSource
            class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="queueName">The name of the Service Bus Queue. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="propertyColumns">A string array of the names of output
            columns to be attached to Service Bus messages as custom
            properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.ServiceBusNamespace">
            <summary>
            Gets or sets the namespace that is associated with the desired
            Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the Event Hub,
            Service Bus Queue, Service Bus Topic, etc. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.QueueName">
            <summary>
            Gets or sets the name of the Service Bus Queue. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.PropertyColumns">
            <summary>
            Gets or sets a string array of the names of output columns to be
            attached to Service Bus messages as custom properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource">
            <summary>
            Describes a Service Bus Topic data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusTopicOutputDataSource
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the ServiceBusTopicOutputDataSource
            class.
            </summary>
            <param name="serviceBusNamespace">The namespace that is associated
            with the desired Event Hub, Service Bus Queue, Service Bus Topic,
            etc. Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyName">The shared access policy name
            for the Event Hub, Service Bus Queue, Service Bus Topic, etc.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="sharedAccessPolicyKey">The shared access policy key
            for the specified shared access policy. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="topicName">The name of the Service Bus Topic. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="propertyColumns">A string array of the names of output
            columns to be attached to Service Bus messages as custom
            properties.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.ServiceBusNamespace">
            <summary>
            Gets or sets the namespace that is associated with the desired
            Event Hub, Service Bus Queue, Service Bus Topic, etc. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.SharedAccessPolicyName">
            <summary>
            Gets or sets the shared access policy name for the Event Hub,
            Service Bus Queue, Service Bus Topic, etc. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.SharedAccessPolicyKey">
            <summary>
            Gets or sets the shared access policy key for the specified shared
            access policy. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.TopicName">
            <summary>
            Gets or sets the name of the Service Bus Topic. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.PropertyColumns">
            <summary>
            Gets or sets a string array of the names of output columns to be
            attached to Service Bus messages as custom properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Sku">
            <summary>
            The properties that are associated with a SKU.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Sku.#ctor">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Sku.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Sku class.
            </summary>
            <param name="name">The name of the SKU. Required on PUT
            (CreateOrReplace) requests. Possible values include:
            'Standard'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Sku.Name">
            <summary>
            Gets or sets the name of the SKU. Required on PUT (CreateOrReplace)
            requests. Possible values include: 'Standard'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SkuName">
            <summary>
            Defines values for SkuName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters">
            <summary>
            Parameters supplied to the Start Streaming Job operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters.#ctor">
            <summary>
            Initializes a new instance of the StartStreamingJobParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters.#ctor(System.String,System.Nullable{System.DateTime})">
            <summary>
            Initializes a new instance of the StartStreamingJobParameters
            class.
            </summary>
            <param name="outputStartMode">Value may be JobStartTime,
            CustomTime, or LastOutputEventTime to indicate whether the starting
            point of the output event stream should start whenever the job is
            started, start at a custom user time stamp specified via the
            outputStartTime property, or start from the last event output time.
            Possible values include: 'JobStartTime', 'CustomTime',
            'LastOutputEventTime'</param>
            <param name="outputStartTime">Value is either an ISO-8601 formatted
            time stamp that indicates the starting point of the output event
            stream, or null to indicate that the output event stream will start
            whenever the streaming job is started. This property must have a
            value if outputStartMode is set to CustomTime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters.OutputStartMode">
            <summary>
            Gets or sets value may be JobStartTime, CustomTime, or
            LastOutputEventTime to indicate whether the starting point of the
            output event stream should start whenever the job is started, start
            at a custom user time stamp specified via the outputStartTime
            property, or start from the last event output time. Possible values
            include: 'JobStartTime', 'CustomTime', 'LastOutputEventTime'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters.OutputStartTime">
            <summary>
            Gets or sets value is either an ISO-8601 formatted time stamp that
            indicates the starting point of the output event stream, or null to
            indicate that the output event stream will start whenever the
            streaming job is started. This property must have a value if
            outputStartMode is set to CustomTime.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount">
            <summary>
            The properties that are associated with an Azure Storage account
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.#ctor">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the StorageAccount class.
            </summary>
            <param name="accountName">The name of the Azure Storage account.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="accountKey">The account key for the Azure Storage
            account. Required on PUT (CreateOrReplace) requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.AccountName">
            <summary>
            Gets or sets the name of the Azure Storage account. Required on PUT
            (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.AccountKey">
            <summary>
            Gets or sets the account key for the Azure Storage account.
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob">
            <summary>
            A streamng job object, containing all information associated with the
            named streaming job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.#ctor">
            <summary>
            Initializes a new instance of the StreamingJob class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.StreamAnalytics.Models.Sku,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String,System.String,System.Nullable{System.DateTime},System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.Input},Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.Output},System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.Function},System.String)">
            <summary>
            Initializes a new instance of the StreamingJob class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="location">Resource location. Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="tags">Resource tags</param>
            <param name="sku">Describes the SKU of the streaming job. Required
            on PUT (CreateOrReplace) requests.</param>
            <param name="jobId">A GUID uniquely identifying the streaming job.
            This GUID is generated upon creation of the streaming job.</param>
            <param name="provisioningState">Describes the provisioning status
            of the streaming job.</param>
            <param name="jobState">Describes the state of the streaming
            job.</param>
            <param name="outputStartMode">This property should only be utilized
            when it is desired that the job be started immediately upon
            creation. Value may be JobStartTime, CustomTime, or
            LastOutputEventTime to indicate whether the starting point of the
            output event stream should start whenever the job is started, start
            at a custom user time stamp specified via the outputStartTime
            property, or start from the last event output time. Possible values
            include: 'JobStartTime', 'CustomTime',
            'LastOutputEventTime'</param>
            <param name="outputStartTime">Value is either an ISO-8601 formatted
            time stamp that indicates the starting point of the output event
            stream, or null to indicate that the output event stream will start
            whenever the streaming job is started. This property must have a
            value if outputStartMode is set to CustomTime.</param>
            <param name="lastOutputEventTime">Value is either an ISO-8601
            formatted timestamp indicating the last output event time of the
            streaming job or null indicating that output has not yet been
            produced. In case of multiple outputs or multiple streams, this
            shows the latest value in that set.</param>
            <param name="eventsOutOfOrderPolicy">Indicates the policy to apply
            to events that arrive out of order in the input event stream.
            Possible values include: 'Adjust', 'Drop'</param>
            <param name="outputErrorPolicy">Indicates the policy to apply to
            events that arrive at the output and cannot be written to the
            external storage due to being malformed (missing column values,
            column values of wrong type or size). Possible values include:
            'Stop', 'Drop'</param>
            <param name="eventsOutOfOrderMaxDelayInSeconds">The maximum
            tolerable delay in seconds where out-of-order events can be
            adjusted to be back in order.</param>
            <param name="eventsLateArrivalMaxDelayInSeconds">The maximum
            tolerable delay in seconds where events arriving late could be
            included. Supported range is -1 to 1814399 (20.23:59:59 days) and
            -1 is used to specify wait indefinitely. If the property is absent,
            it is interpreted to have a value of -1.</param>
            <param name="dataLocale">The data locale of the stream analytics
            job. Value should be the name of a supported .NET Culture from the
            set
            https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx.
            Defaults to 'en-US' if none specified.</param>
            <param name="compatibilityLevel">Controls certain runtime behaviors
            of the streaming job. Possible values include: '1.0'</param>
            <param name="createdDate">Value is an ISO-8601 formatted UTC
            timestamp indicating when the streaming job was created.</param>
            <param name="inputs">A list of one or more inputs to the streaming
            job. The name property for each input is required when specifying
            this property in a PUT request. This property cannot be modify via
            a PATCH operation. You must use the PATCH API available for the
            individual input.</param>
            <param name="transformation">Indicates the query and the number of
            streaming units to use for the streaming job. The name property of
            the transformation is required when specifying this property in a
            PUT request. This property cannot be modify via a PATCH operation.
            You must use the PATCH API available for the individual
            tranformation.</param>
            <param name="outputs">A list of one or more outputs for the
            streaming job. The name property for each output is required when
            specifying this property in a PUT request. This property cannot be
            modify via a PATCH operation. You must use the PATCH API available
            for the individual output.</param>
            <param name="functions">A list of one or more functions for the
            streaming job. The name property for each function is required when
            specifying this property in a PUT request. This property cannot be
            modify via a PATCH operation. You must use the PATCH API available
            for the individual transformation.</param>
            <param name="etag">The current entity tag for the streaming job.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Sku">
            <summary>
            Gets or sets describes the SKU of the streaming job. Required on
            PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.JobId">
            <summary>
            Gets a GUID uniquely identifying the streaming job. This GUID is
            generated upon creation of the streaming job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.ProvisioningState">
            <summary>
            Gets describes the provisioning status of the streaming job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.JobState">
            <summary>
            Gets describes the state of the streaming job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.OutputStartMode">
            <summary>
            Gets or sets this property should only be utilized when it is
            desired that the job be started immediately upon creation. Value
            may be JobStartTime, CustomTime, or LastOutputEventTime to indicate
            whether the starting point of the output event stream should start
            whenever the job is started, start at a custom user time stamp
            specified via the outputStartTime property, or start from the last
            event output time. Possible values include: 'JobStartTime',
            'CustomTime', 'LastOutputEventTime'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.OutputStartTime">
            <summary>
            Gets or sets value is either an ISO-8601 formatted time stamp that
            indicates the starting point of the output event stream, or null to
            indicate that the output event stream will start whenever the
            streaming job is started. This property must have a value if
            outputStartMode is set to CustomTime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.LastOutputEventTime">
            <summary>
            Gets value is either an ISO-8601 formatted timestamp indicating the
            last output event time of the streaming job or null indicating that
            output has not yet been produced. In case of multiple outputs or
            multiple streams, this shows the latest value in that set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.EventsOutOfOrderPolicy">
            <summary>
            Gets or sets indicates the policy to apply to events that arrive
            out of order in the input event stream. Possible values include:
            'Adjust', 'Drop'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.OutputErrorPolicy">
            <summary>
            Gets or sets indicates the policy to apply to events that arrive at
            the output and cannot be written to the external storage due to
            being malformed (missing column values, column values of wrong type
            or size). Possible values include: 'Stop', 'Drop'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.EventsOutOfOrderMaxDelayInSeconds">
            <summary>
            Gets or sets the maximum tolerable delay in seconds where
            out-of-order events can be adjusted to be back in order.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.EventsLateArrivalMaxDelayInSeconds">
            <summary>
            Gets or sets the maximum tolerable delay in seconds where events
            arriving late could be included. Supported range is -1 to 1814399
            (20.23:59:59 days) and -1 is used to specify wait indefinitely. If
            the property is absent, it is interpreted to have a value of -1.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.DataLocale">
            <summary>
            Gets or sets the data locale of the stream analytics job. Value
            should be the name of a supported .NET Culture from the set
            https://msdn.microsoft.com/en-us/library/system.globalization.culturetypes(v=vs.110).aspx.
            Defaults to 'en-US' if none specified.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.CompatibilityLevel">
            <summary>
            Gets or sets controls certain runtime behaviors of the streaming
            job. Possible values include: '1.0'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.CreatedDate">
            <summary>
            Gets value is an ISO-8601 formatted UTC timestamp indicating when
            the streaming job was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Inputs">
            <summary>
            Gets or sets a list of one or more inputs to the streaming job. The
            name property for each input is required when specifying this
            property in a PUT request. This property cannot be modify via a
            PATCH operation. You must use the PATCH API available for the
            individual input.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Transformation">
            <summary>
            Gets or sets indicates the query and the number of streaming units
            to use for the streaming job. The name property of the
            transformation is required when specifying this property in a PUT
            request. This property cannot be modify via a PATCH operation. You
            must use the PATCH API available for the individual tranformation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Outputs">
            <summary>
            Gets or sets a list of one or more outputs for the streaming job.
            The name property for each output is required when specifying this
            property in a PUT request. This property cannot be modify via a
            PATCH operation. You must use the PATCH API available for the
            individual output.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Functions">
            <summary>
            Gets or sets a list of one or more functions for the streaming job.
            The name property for each function is required when specifying
            this property in a PUT request. This property cannot be modify via
            a PATCH operation. You must use the PATCH API available for the
            individual transformation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob.Etag">
            <summary>
            Gets the current entity tag for the streaming job. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsCreateOrReplaceHeaders">
            <summary>
            Defines headers for CreateOrReplace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsCreateOrReplaceHeaders.#ctor">
            <summary>
            Initializes a new instance of the
            StreamingJobsCreateOrReplaceHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsCreateOrReplaceHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            StreamingJobsCreateOrReplaceHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the streaming job.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsCreateOrReplaceHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the streaming job. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsGetHeaders">
            <summary>
            Defines headers for Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsGetHeaders.#ctor">
            <summary>
            Initializes a new instance of the StreamingJobsGetHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsGetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StreamingJobsGetHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the streaming job.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsGetHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the streaming job. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsUpdateHeaders">
            <summary>
            Defines headers for Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsUpdateHeaders.#ctor">
            <summary>
            Initializes a new instance of the StreamingJobsUpdateHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsUpdateHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StreamingJobsUpdateHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the streaming job.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJobsUpdateHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the streaming job. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource">
            <summary>
            Describes an input data source that contains stream data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource.#ctor">
            <summary>
            Initializes a new instance of the StreamInputDataSource class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties">
            <summary>
            The properties that are associated with an input containing stream
            data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties.#ctor">
            <summary>
            Initializes a new instance of the StreamInputProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Serialization,Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource)">
            <summary>
            Initializes a new instance of the StreamInputProperties class.
            </summary>
            <param name="serialization">Describes how data from an input is
            serialized or how data is serialized when written to an output.
            Required on PUT (CreateOrReplace) requests.</param>
            <param name="diagnostics">Describes conditions applicable to the
            Input, Output, or the job overall, that warrant customer
            attention.</param>
            <param name="etag">The current entity tag for the input. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.</param>
            <param name="datasource">Describes an input data source that
            contains stream data. Required on PUT (CreateOrReplace)
            requests.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties.Datasource">
            <summary>
            Gets or sets describes an input data source that contains stream
            data. Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource">
            <summary>
            The base sub-resource model definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource.#ctor">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource.Id">
            <summary>
            Gets resource Id
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource.Name">
            <summary>
            Gets or sets resource name
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubResource.Type">
            <summary>
            Gets resource type
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota">
            <summary>
            Describes the current quota for the subscription.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionQuota class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SubscriptionQuota class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="maxCount">The max permitted usage of this
            resource.</param>
            <param name="currentCount">The current usage of this
            resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota.MaxCount">
            <summary>
            Gets the max permitted usage of this resource.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota.CurrentCount">
            <summary>
            Gets the current usage of this resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult">
            <summary>
            Result of the GetQuotas operation. It contains a list of quotas for the
            subscription in a particular region.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult.#ctor">
            <summary>
            Initializes a new instance of the SubscriptionQuotasListResult
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuota})">
            <summary>
            Initializes a new instance of the SubscriptionQuotasListResult
            class.
            </summary>
            <param name="value">List of quotas for the subscription in a
            particular region.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasListResult.Value">
            <summary>
            Gets list of quotas for the subscription in a particular region.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation">
            <summary>
            A transformation object, containing all information associated with the
            named transformation. All transformations are contained under a
            streaming job.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.#ctor">
            <summary>
            Initializes a new instance of the Transformation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Initializes a new instance of the Transformation class.
            </summary>
            <param name="id">Resource Id</param>
            <param name="name">Resource name</param>
            <param name="type">Resource type</param>
            <param name="streamingUnits">Specifies the number of streaming
            units that the streaming job uses.</param>
            <param name="query">Specifies the query that will be run in the
            streaming job. You can learn more about the Stream Analytics Query
            Language (SAQL) here:
            https://msdn.microsoft.com/library/azure/dn834998 . Required on PUT
            (CreateOrReplace) requests.</param>
            <param name="etag">The current entity tag for the transformation.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.StreamingUnits">
            <summary>
            Gets or sets specifies the number of streaming units that the
            streaming job uses.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.Query">
            <summary>
            Gets or sets specifies the query that will be run in the streaming
            job. You can learn more about the Stream Analytics Query Language
            (SAQL) here: https://msdn.microsoft.com/library/azure/dn834998 .
            Required on PUT (CreateOrReplace) requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.Etag">
            <summary>
            Gets the current entity tag for the transformation. This is an
            opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders">
            <summary>
            Defines headers for CreateOrReplace operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders.#ctor">
            <summary>
            Initializes a new instance of the
            TransformationsCreateOrReplaceHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            TransformationsCreateOrReplaceHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the transformation.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsCreateOrReplaceHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the transformation. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetHeaders">
            <summary>
            Defines headers for Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetHeaders.#ctor">
            <summary>
            Initializes a new instance of the TransformationsGetHeaders class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TransformationsGetHeaders class.
            </summary>
            <param name="eTag">The current entity tag for the transformation.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the transformation. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsUpdateHeaders">
            <summary>
            Defines headers for Update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsUpdateHeaders.#ctor">
            <summary>
            Initializes a new instance of the TransformationsUpdateHeaders
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsUpdateHeaders.#ctor(System.String)">
            <summary>
            Initializes a new instance of the TransformationsUpdateHeaders
            class.
            </summary>
            <param name="eTag">The current entity tag for the transformation.
            This is an opaque string. You can use it to detect whether the
            resource has changed between requests. You can also use it in the
            If-Match or If-None-Match headers for write operations for
            optimistic concurrency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsUpdateHeaders.ETag">
            <summary>
            Gets or sets the current entity tag for the transformation. This is
            an opaque string. You can use it to detect whether the resource has
            changed between requests. You can also use it in the If-Match or
            If-None-Match headers for write operations for optimistic
            concurrency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.UdfType">
            <summary>
            Defines values for UdfType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Operations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the Operations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.Operations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.Operations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OperationsExtensions.List(Microsoft.Azure.Management.StreamAnalytics.IOperations)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OperationsExtensions.ListAsync(Microsoft.Azure.Management.StreamAnalytics.IOperations,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OperationsExtensions.ListNext(Microsoft.Azure.Management.StreamAnalytics.IOperations,System.String)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OperationsExtensions.ListNextAsync(Microsoft.Azure.Management.StreamAnalytics.IOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the available Stream Analytics related operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations">
            <summary>
            OutputsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the OutputsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates an output or replaces an already existing output under an existing
            streaming job.
            </summary>
            <param name='output'>
            The definition of the output that will be used to create a new output or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new output to be created, but to prevent updating an
            existing output. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing output under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) an output
            without affecting the rest the job or output definition.
            </summary>
            <param name='output'>
            An Output object. The properties specified here will overwrite the
            corresponding properties in the existing output (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing output will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an output from the streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.ListByStreamingJobWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.TestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.BeginTestWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperations.ListByStreamingJobNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions">
            <summary>
            Extension methods for OutputsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.CreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates an output or replaces an already existing output under an existing
            streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='output'>
            The definition of the output that will be used to create a new output or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new output to be created, but to prevent updating an
            existing output. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.CreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates an output or replaces an already existing output under an existing
            streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='output'>
            The definition of the output that will be used to create a new output or
            replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new output to be created, but to prevent updating an
            existing output. Other values will result in a 412 Pre-condition Failed
            response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.Update(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String)">
            <summary>
            Updates an existing output under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) an output
            without affecting the rest the job or output definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='output'>
            An Output object. The properties specified here will overwrite the
            corresponding properties in the existing output (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing output will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates an existing output under an existing streaming job. This can be
            used to partially update (ie. update one or two properties) an output
            without affecting the rest the job or output definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='output'>
            An Output object. The properties specified here will overwrite the
            corresponding properties in the existing output (ie. Those properties will
            be updated). Any properties that are set to null here will mean that the
            corresponding property in the existing output will remain the same and not
            change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='ifMatch'>
            The ETag of the output. Omit this value to always overwrite the current
            output. Specify the last-seen ETag value to prevent accidentally
            overwritting concurrent changes.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an output from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an output from the streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String)">
            <summary>
            Gets details about the specified output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.ListByStreamingJob(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.ListByStreamingJobAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='select'>
            The $select OData query parameter. This is a comma-separated list of
            structural properties to include in the response, or “*” to include all
            properties. By default, all properties are returned except diagnostics.
            Currently only accepts '*' as a valid value.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.Test(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.TestAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.BeginTest(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.BeginTestAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.Output,System.Threading.CancellationToken)">
            <summary>
            Tests whether an output’s datasource is reachable and usable by the Azure
            Stream Analytics service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='outputName'>
            The name of the output.
            </param>
            <param name='output'>
            If the output specified does not already exist, this parameter must contain
            the full output definition intended to be tested. If the output specified
            already exists, this parameter can be left null to test the existing output
            as is or if specified, the properties specified will overwrite the
            corresponding properties in the existing output (exactly like a PATCH
            operation) and the resulting output will be tested.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.ListByStreamingJobNext(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputsOperationsExtensions.ListByStreamingJobNextAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the outputs under the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient">
            <summary>
            Composite Swagger for Stream Analytics Client
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.SubscriptionId">
            <summary>
            GUID 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.StreamAnalytics.StreamAnalyticsManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.StreamingJobs">
            <summary>
            Gets the IStreamingJobsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Inputs">
            <summary>
            Gets the IInputsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Outputs">
            <summary>
            Gets the IOutputsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Transformations">
            <summary>
            Gets the ITransformationsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Functions">
            <summary>
            Gets the IFunctionsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Subscriptions">
            <summary>
            Gets the ISubscriptionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the StreamAnalyticsManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations">
            <summary>
            StreamingJobsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the StreamingJobsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing streaming job. This can be used to partially update
            (ie. update one or two properties) a streaming job without affecting the
            rest the job definition.
            </summary>
            <param name='streamingJob'>
            A streaming job object. The properties specified here will overwrite the
            corresponding properties in the existing streaming job (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing input will remain the
            same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.ListWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.StartWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.StopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.BeginCreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.BeginDeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions">
            <summary>
            Extension methods for StreamingJobsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.CreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.CreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.Update(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String)">
            <summary>
            Updates an existing streaming job. This can be used to partially update
            (ie. update one or two properties) a streaming job without affecting the
            rest the job definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            A streaming job object. The properties specified here will overwrite the
            corresponding properties in the existing streaming job (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing input will remain the
            same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates an existing streaming job. This can be used to partially update
            (ie. update one or two properties) a streaming job without affecting the
            rest the job definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            A streaming job object. The properties specified here will overwrite the
            corresponding properties in the existing streaming job (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing input will remain the
            same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.String)">
            <summary>
            Gets details about the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.List(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='expand'>
            The $expand OData query parameter. This is a comma-separated list of
            additional streaming job properties to include in the response, beyond the
            default set returned when this parameter is absent. The default set is all
            streaming job properties other than 'inputs', 'transformation', 'outputs',
            and 'functions'.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.Start(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.StartAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.Stop(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.StopAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginCreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginCreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.StreamingJob,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a streaming job or replaces an already existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='streamingJob'>
            The definition of the streaming job that will be used to create a new
            streaming job or replace the existing one.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='ifMatch'>
            The ETag of the streaming job. Omit this value to always overwrite the
            current record set. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new streaming job to be created, but to prevent
            updating an existing record set. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginDelete(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginStart(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginStartAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.StartStreamingJobParameters,System.Threading.CancellationToken)">
            <summary>
            Starts a streaming job. Once a job is started it will start processing
            input events and produce output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='startJobParameters'>
            Parameters applicable to a start streaming job operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginStop(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.BeginStopAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a running streaming job. This will cause a running streaming job to
            stop processing input events and producing output.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the specified resource group.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListNext(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamingJobsOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamingJobsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists all of the streaming jobs in the given subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperations">
            <summary>
            SubscriptionsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the SubscriptionsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperations.ListQuotasWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the subscription's current quota information in a particular
            region.
            </summary>
            <param name='location'>
            The region in which to retrieve the subscription's quota information. You
            can find out which regions Azure Stream Analytics is supported in here:
            https://azure.microsoft.com/en-us/regions/
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperationsExtensions">
            <summary>
            Extension methods for SubscriptionsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperationsExtensions.ListQuotas(Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations,System.String)">
            <summary>
            Retrieves the subscription's current quota information in a particular
            region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            The region in which to retrieve the subscription's quota information. You
            can find out which regions Azure Stream Analytics is supported in here:
            https://azure.microsoft.com/en-us/regions/
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionsOperationsExtensions.ListQuotasAsync(Microsoft.Azure.Management.StreamAnalytics.ISubscriptionsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the subscription's current quota information in a particular
            region.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='location'>
            The region in which to retrieve the subscription's quota information. You
            can find out which regions Azure Stream Analytics is supported in here:
            https://azure.microsoft.com/en-us/regions/
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations">
            <summary>
            TransformationsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)">
            <summary>
            Initializes a new instance of the TransformationsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations.Client">
            <summary>
            Gets a reference to the StreamAnalyticsManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations.CreateOrReplaceWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a transformation or replaces an already existing transformation
            under an existing streaming job.
            </summary>
            <param name='transformation'>
            The definition of the transformation that will be used to create a new
            transformation or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new transformation to be created, but to prevent
            updating an existing transformation. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations.UpdateWithHttpMessagesAsync(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates an existing transformation under an existing streaming job. This
            can be used to partially update (ie. update one or two properties) a
            transformation without affecting the rest the job or transformation
            definition.
            </summary>
            <param name='transformation'>
            A Transformation object. The properties specified here will overwrite the
            corresponding properties in the existing transformation (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing transformation will
            remain the same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified transformation.
            </summary>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Rest.Azure.CloudException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions">
            <summary>
            Extension methods for TransformationsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.CreateOrReplace(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.String)">
            <summary>
            Creates a transformation or replaces an already existing transformation
            under an existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='transformation'>
            The definition of the transformation that will be used to create a new
            transformation or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new transformation to be created, but to prevent
            updating an existing transformation. Other values will result in a 412
            Pre-condition Failed response.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.CreateOrReplaceAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates a transformation or replaces an already existing transformation
            under an existing streaming job.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='transformation'>
            The definition of the transformation that will be used to create a new
            transformation or replace the existing one under the streaming job.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='ifNoneMatch'>
            Set to '*' to allow a new transformation to be created, but to prevent
            updating an existing transformation. Other values will result in a 412
            Pre-condition Failed response.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.Update(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String)">
            <summary>
            Updates an existing transformation under an existing streaming job. This
            can be used to partially update (ie. update one or two properties) a
            transformation without affecting the rest the job or transformation
            definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='transformation'>
            A Transformation object. The properties specified here will overwrite the
            corresponding properties in the existing transformation (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing transformation will
            remain the same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,Microsoft.Azure.Management.StreamAnalytics.Models.Transformation,System.String,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Updates an existing transformation under an existing streaming job. This
            can be used to partially update (ie. update one or two properties) a
            transformation without affecting the rest the job or transformation
            definition.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='transformation'>
            A Transformation object. The properties specified here will overwrite the
            corresponding properties in the existing transformation (ie. Those
            properties will be updated). Any properties that are set to null here will
            mean that the corresponding property in the existing transformation will
            remain the same and not change as a result of this PATCH operation.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='ifMatch'>
            The ETag of the transformation. Omit this value to always overwrite the
            current transformation. Specify the last-seen ETag value to prevent
            accidentally overwritting concurrent changes.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,System.String,System.String,System.String)">
            <summary>
            Gets details about the specified transformation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationsOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets details about the specified transformation.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The name of the resource group that contains the resource. You can obtain
            this value from the Azure Resource Manager API or the portal.
            </param>
            <param name='jobName'>
            The name of the streaming job.
            </param>
            <param name='transformationName'>
            The name of the transformation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>