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.FunctionOperations"> <summary> Operations for managing the function(s) of the stream analytics job. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations"> <summary> Operations for managing the function(s) of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of a function for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a function for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics function operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.ListFunctionsInJobAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Get a list of the functions defined in a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters,System.Threading.CancellationToken)"> <summary> Update a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='parameters'> The parameters required to update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.RetrieveDefaultDefinitionAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters,System.Threading.CancellationToken)"> <summary> Retrieve the default definition of a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='parameters'> The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.RetrieveDefaultDefinitionWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Retrieve the default definition of a function for a stream analytics job. The raw json content will be used for the request body. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='parameters'> The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of a function for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='functionName'> The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the FunctionOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of a function for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a function for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics function operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.ListFunctionsInJobAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Get a list of the functions defined in a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters,System.Threading.CancellationToken)"> <summary> Update a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the function patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.RetrieveDefaultDefinitionAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters,System.Threading.CancellationToken)"> <summary> Retrieve the default definition of a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.RetrieveDefaultDefinitionWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Retrieve the default definition of a function for a stream analytics job. The raw json content will be used for the request body. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of a function for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.FunctionOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.BeginTestConnection(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of a function for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.BeginTestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of a function for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters)"> <summary> Create or update a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters)"> <summary> Create or update a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a function for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a function for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a function for a stream analytics job. </param> <returns> The response of the function create or update operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Delete a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Delete a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Get a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The response of the get stream analytics function operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Get a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The response of the get stream analytics function operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.ListFunctionsInJob(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String)"> <summary> Get a list of the functions defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> The response of the function list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.ListFunctionsInJobAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String)"> <summary> Get a list of the functions defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> The response of the function list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.Patch(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters)"> <summary> Update a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a function for a stream analytics job. </param> <returns> The response of the function patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.PatchAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters)"> <summary> Update a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a function for a stream analytics job. </param> <returns> The response of the function patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.RetrieveDefaultDefinition(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters)"> <summary> Retrieve the default definition of a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.RetrieveDefaultDefinitionAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters)"> <summary> Retrieve the default definition of a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.RetrieveDefaultDefinitionWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters)"> <summary> Retrieve the default definition of a function for a stream analytics job. The raw json content will be used for the request body. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.RetrieveDefaultDefinitionWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters)"> <summary> Retrieve the default definition of a function for a stream analytics job. The raw json content will be used for the request body. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to retrieve the default definition of a function for a stream analytics job. </param> <returns> The response of the retrieve default function definition operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.TestConnection(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.FunctionOperationsExtensions.TestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of a function for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IFunctionOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='functionName'> Required. The name of the function for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.IInputOperations"> <summary> Operations for managing the input(s) of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of an input for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update an input for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update an input for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='parameters'> The parameters required to create or update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete an input for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get an input for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics input operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.ListInputInJobAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters,System.Threading.CancellationToken)"> <summary> Get a list of the inputs defined in a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to list all the inputs in the specified stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters,System.Threading.CancellationToken)"> <summary> Update an input for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='parameters'> The parameters required to update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IInputOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of an input for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='inputName'> The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.IJobOperations"> <summary> Operations for managing the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.BeginStartAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters,System.Threading.CancellationToken)"> <summary> Start a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> Parameters for a job start operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.BeginStopAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Stop a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> A unique stream analytics job name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters,System.Threading.CancellationToken)"> <summary> Get a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to get a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.ListJobsInResourceGroupAsync(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters,System.Threading.CancellationToken)"> <summary> List all the stream analytics jobs in the given resource group. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='parameters'> The parameters required to list all the stream analytics job in the same resource group. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.ListJobsInSubscriptionAsync(Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters,System.Threading.CancellationToken)"> <summary> List all the stream analytics jobs in the given subscription. </summary> <param name='parameters'> The parameters required to list all the stream analytics job in the same subscription. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters,System.Threading.CancellationToken)"> <summary> Update a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the patch job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.StartAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters,System.Threading.CancellationToken)"> <summary> Start a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> Parameters for a job start operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IJobOperations.StopAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Stop a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.InputOperations"> <summary> Operations for managing the input(s) of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the InputOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of an input for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update an input for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update an input for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete an input for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get an input for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics input operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.ListInputInJobAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters,System.Threading.CancellationToken)"> <summary> Get a list of the inputs defined in a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the inputs in the specified stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters,System.Threading.CancellationToken)"> <summary> Update an input for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an input for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the input patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test the connectivity of an input for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.InputOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.BeginTestConnection(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of an input for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.BeginTestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of an input for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters)"> <summary> Create or update an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters)"> <summary> Create or update an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update an input for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update an input for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an input for a stream analytics job. </param> <returns> The response of the input CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Delete an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Delete an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Get an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The response of the get stream analytics input operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Get an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The response of the get stream analytics input operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.ListInputInJob(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters)"> <summary> Get a list of the inputs defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the inputs in the specified stream analytics job. </param> <returns> The response of the input list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.ListInputInJobAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters)"> <summary> Get a list of the inputs defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the inputs in the specified stream analytics job. </param> <returns> The response of the input list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.Patch(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters)"> <summary> Update an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an input for a stream analytics job. </param> <returns> The response of the input patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.PatchAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters)"> <summary> Update an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an input for a stream analytics job. </param> <returns> The response of the input patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.TestConnection(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.InputOperationsExtensions.TestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IInputOperations,System.String,System.String,System.String)"> <summary> Test the connectivity of an input for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IInputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='inputName'> Required. The name of the input for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations"> <summary> Operations for managing the output(s) of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test an output for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update an output for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update an output for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update an output for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='parameters'> The parameters required to create or update an output for a stream analytics job. It is in json format </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete an output for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get an output for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.ListOutputInJobAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters,System.Threading.CancellationToken)"> <summary> Get a list of the outputs defined in a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to list all the outputs in the specified stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters,System.Threading.CancellationToken)"> <summary> Update an output for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='parameters'> The parameters required to create or update an output for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IOutputOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test an output for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='outputName'> The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.GetTestConnectionStatusAsync(System.String,System.Threading.CancellationToken)"> <param name='operationStatusLink'> Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.BaseUri"> <summary> The URI used as the base for all Service Management requests. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Credentials"> <summary> When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Functions"> <summary> Operations for managing the function(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Inputs"> <summary> Operations for managing the input(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.StreamingJobs"> <summary> Operations for managing the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Outputs"> <summary> Operations for managing the output(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Subscriptions"> <summary> Operations for Azure Stream Analytics subscription information. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient.Transformations"> <summary> Operations for managing the transformation definition of the stream analytics job. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations"> <summary> Operations for Azure Stream Analytics subscription information. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations.GetQuotasAsync(System.String,System.Threading.CancellationToken)"> <summary> Get the stream analytics quotas of a subscription. </summary> <param name='location'> The region that you want to check the quotas. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics quotas operation. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations"> <summary> Operations for managing the transformation definition of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a transformation for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a transformation for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='transformationName'> The name of the transformation for the stream analytics job. </param> <param name='parameters'> The parameters required to create or update a transformation for the stream analytics job. It is in json format. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get the transformation for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='transformationName'> The name of the transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters,System.Threading.CancellationToken)"> <summary> Update an transformation for a stream analytics job. </summary> <param name='resourceGroupName'> The resource group name of the stream analytics job. </param> <param name='jobName'> The name of the stream analytics job. </param> <param name='transformationName'> The name of the transformation for the stream analytics job. </param> <param name='parameters'> The parameters required to update an transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation patch operation. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.JobOperations"> <summary> Operations for managing the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the JobOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.BeginDeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.BeginStartAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters,System.Threading.CancellationToken)"> <summary> Start a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.BeginStopAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Stop a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. A unique stream analytics job name. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters,System.Threading.CancellationToken)"> <summary> Get a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to get a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.ListJobsInResourceGroupAsync(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters,System.Threading.CancellationToken)"> <summary> List all the stream analytics jobs in the given resource group. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same resource group. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.ListJobsInSubscriptionAsync(Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters,System.Threading.CancellationToken)"> <summary> List all the stream analytics jobs in the given subscription. </summary> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same subscription. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.PatchAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters,System.Threading.CancellationToken)"> <summary> Update a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the patch job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.StartAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters,System.Threading.CancellationToken)"> <summary> Start a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperations.StopAsync(System.String,System.String,System.Threading.CancellationToken)"> <summary> Stop a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.JobOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginDelete(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Delete a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Delete a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginStart(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters)"> <summary> Start a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginStartAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters)"> <summary> Start a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginStop(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Stop a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.BeginStopAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Stop a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters)"> <summary> Create or update a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters)"> <summary> Create or update a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a stream analytics job. </param> <returns> The response of the create stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Delete a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. A unique stream analytics job name. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Delete a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. A unique stream analytics job name. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters)"> <summary> Get a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to get a stream analytics job. </param> <returns> The response of the get stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters)"> <summary> Get a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to get a stream analytics job. </param> <returns> The response of the get stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.ListJobsInResourceGroup(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters)"> <summary> List all the stream analytics jobs in the given resource group. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same resource group. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.ListJobsInResourceGroupAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters)"> <summary> List all the stream analytics jobs in the given resource group. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same resource group. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.ListJobsInSubscription(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters)"> <summary> List all the stream analytics jobs in the given subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same subscription. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.ListJobsInSubscriptionAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters)"> <summary> List all the stream analytics jobs in the given subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='parameters'> Required. The parameters required to list all the stream analytics job in the same subscription. </param> <returns> The response of the list stream analytics job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.Patch(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters)"> <summary> Update a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a stream analytics job. </param> <returns> The response of the patch job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.PatchAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters)"> <summary> Update a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update a stream analytics job. </param> <returns> The response of the patch job operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.Start(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters)"> <summary> Start a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.StartAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters)"> <summary> Start a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Optional. Parameters for a job start operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.Stop(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Stop a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.JobOperationsExtensions.StopAsync(Microsoft.Azure.Management.StreamAnalytics.IJobOperations,System.String,System.String)"> <summary> Stop a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IJobOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization"> <summary> The Avro serialization. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Serialization"> <summary> The serialization of the input or 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.Serialization.Type"> <summary> Optional. Gets the type of the serialization of the input or output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerialization.Properties"> <summary> Optional. Gets or sets the properties of the AVRO serialization. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerializationProperties"> <summary> The Avro serialization properties. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AvroSerializationProperties.#ctor"> <summary> Initializes a new instance of the AvroSerializationProperties class. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding"> <summary> The Azure Machine Learning web service function binding. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding"> <summary> The physical binding of the function. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding.Type"> <summary> Optional. Gets the type of the function binding. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBinding.Properties"> <summary> Optional. Gets or sets the properties of the Azure Machine Learning web service function binding. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties"> <summary> The properties of the Azure Machine Learning web service function binding. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.#ctor"> <summary> Initializes a new instance of the AzureMachineLearningWebServiceFunctionBindingProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.ApiKey"> <summary> Optional. Gets or sets the API key used to authenticate with Request-Response endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.BatchSize"> <summary> Optional. Gets or sets the maximum number of rows for every Azure ML web service execute request. Value between 1 and 10000. Default is 1000. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.Endpoint"> <summary> Optional. Gets or sets the Request-Response execute endpoint of Azure Machine Learning web service. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.Inputs"> <summary> Optional. Gets or sets the inputs for the Azure Machine Learning web service endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingProperties.Outputs"> <summary> Optional. Gets or sets a list of outputs from the Azure Machine Learning web service endpoint execution. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingRetrievalProperties"> <summary> The properties of the Azure Machine Learning web service function binding. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingRetrievalProperties.#ctor"> <summary> Initializes a new instance of the AzureMachineLearningWebServiceFunctionBindingRetrievalProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingRetrievalProperties.ExecuteEndpoint"> <summary> Optional. Gets or sets the execute endpoint of the Azure Machine Learning web service. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionBindingRetrievalProperties.UdfType"> <summary> Optional. Gets or sets the Azure Stream Analytics function type. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters"> <summary> The parameters needed to retrieve the default Azure Stream Analytics function definition for an Azure Machine Learning web service function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters"> <summary> Parameters needed for the retrieve default function definition operation. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionParameters.BindingType"> <summary> Optional. Gets the function binding type. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.BindingRetrievalProperties"> <summary> Optional. Gets or sets the Azure Machine Learning web service function binding properties. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn"> <summary> The 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)"> <summary> Initializes a new instance of the AzureMachineLearningWebServiceInputColumn class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.DataType"> <summary> Optional. Gets or sets the data type of the input column. These are Azure Machine Learning data types (https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx). </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.MapTo"> <summary> Optional. Gets or sets the zero based index of the function parameter this input maps to. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn.Name"> <summary> Required. Gets or sets the name of the input column. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs"> <summary> The set of 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)"> <summary> Initializes a new instance of the AzureMachineLearningWebServiceInputs class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.ColumnNames"> <summary> Optional. Gets or sets a list of input columns for the Azure Machine Learning web service endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputs.Name"> <summary> Required. Gets or sets the name of the input. This is the name provided while authoring the endpoint. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn"> <summary> The 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)"> <summary> Initializes a new instance of the AzureMachineLearningWebServiceOutputColumn class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.DataType"> <summary> Optional. Gets or sets the data type of the output column. These are Azure Machine Learning data types (https://msdn.microsoft.com/en-us/library/azure/dn905923.aspx). </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceOutputColumn.Name"> <summary> Required. Gets or sets the name of the output column. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource"> <summary> The Azure Table data source as the output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource"> <summary> The data source of the output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputDataSource.Type"> <summary> Optional. Gets the type of the data source of the output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Azure Table data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties"> <summary> The properties of Blob data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the AzureTableOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.AccountKey"> <summary> Optional. Gets or sets the account key of the storage account containing the Azure Table. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.AccountName"> <summary> Optional. Gets or sets the account name of the storage account containing the Azure Table. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.BatchSize"> <summary> Optional. Gets or sets the number of rows to write to the table at a time. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.ColumnsToRemove"> <summary> Optional. Gets or sets a list of one or more columns to remove from the output event entities. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.PartitionKey"> <summary> Optional. Gets or sets the Azure Table's partition key. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.RowKey"> <summary> Optional. Gets or sets the Azure Table's row key. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.AzureTableOutputDataSourceProperties.Table"> <summary> Optional. Gets or sets the name of the Azure Table. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource"> <summary> The Blob data source as the output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Blob data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties"> <summary> The properties of Blob data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the BlobOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties.Container"> <summary> Optional. Gets or sets the container of the blob. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties.DateFormat"> <summary> Optional. 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.BlobOutputDataSourceProperties.PathPattern"> <summary> Optional. Gets or sets the blob path pattern. Not a regular expression. Value is a pattern against which blob names are matched to determine whether to include data from the associated blobs in the streaming job output. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties.StorageAccounts"> <summary> Optional. Gets or sets a list of one or more storage accounts. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobOutputDataSourceProperties.TimeFormat"> <summary> Optional. 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> The definition of the blob data source as reference input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputDataSource"> <summary> The data source definition of the reference input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputDataSource.Type"> <summary> Optional. Gets the type of the data source of the reference input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the blob data source as reference input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties"> <summary> The properties of the blob data source as reference input. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the BlobReferenceInputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties.Container"> <summary> Optional. Gets or sets the container of the blob. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties.DateFormat"> <summary> Optional. 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.BlobReferenceInputDataSourceProperties.PathPattern"> <summary> Optional. Gets or sets the blob path pattern. Not a regular expression. Value is a pattern against which blob names are matched to determine whether to include data from the associated blobs in the streaming job input. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties.StorageAccounts"> <summary> Optional. Gets or sets a list of one or more blob storage accounts. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobReferenceInputDataSourceProperties.TimeFormat"> <summary> Optional. 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> The definition of the blob data source as stream input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource"> <summary> The data source definition of the stream input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputDataSource.Type"> <summary> Optional. Gets the type of the data source of the stream input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the blob data source as stream input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties"> <summary> The properties of the blob data source as stream input. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the BlobStreamInputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.Container"> <summary> Optional. Gets or sets the container of the blob. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.DateFormat"> <summary> Optional. 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.BlobStreamInputDataSourceProperties.PathPattern"> <summary> Optional. Gets or sets the blob path pattern. Not a regular expression. Value is a pattern against which blob names are matched to determine whether to include data from the associated blobs in the streaming job input. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.SourcePartitionCount"> <summary> Optional. Gets or sets the partition count of the blob input data source. Range 1 – 256. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.StorageAccounts"> <summary> Optional. Gets or sets a list of one or more storage accounts. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.BlobStreamInputDataSourceProperties.TimeFormat"> <summary> Optional. 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.CommonOperationResponse"> <summary> The common operation response. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.CommonOperationResponse.#ctor"> <summary> Initializes a new instance of the CommonOperationResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.CommonOperationResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization"> <summary> The CSV serialization. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerialization.Properties"> <summary> Optional. Gets or sets the properties of the CSV serialization. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerializationProperties"> <summary> The CSV serialization properties. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerializationProperties.#ctor"> <summary> Initializes a new instance of the CsvSerializationProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerializationProperties.Encoding"> <summary> Optional. Gets or sets the encoding. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.CsvSerializationProperties.FieldDelimiter"> <summary> Optional. Gets or sets the field delimiter. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Code"> <summary> Optional. Gets the opaque diagnostic code. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Message"> <summary> Optional. Gets the human-readable message describing the condition in detail. Localized in the Accept-Language of the client request. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DiagnosticCondition.Since"> <summary> Optional. 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="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="P:Microsoft.Azure.Management.StreamAnalytics.Models.Diagnostics.Conditions"> <summary> Optional. 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> The DocumentDB data source as output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the DocumentDB data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties"> <summary> The properties of DocumentDB data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the DocumentDbOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.AccountId"> <summary> Optional. Gets or sets the account id of the DocumentDB. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.AccountKey"> <summary> Optional. Gets or sets the account key of the DocumentDB. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.CollectionNamePattern"> <summary> Optional. Gets or sets the collection name pattern for the collections to be used of the DocumentDB. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.Database"> <summary> Optional. Gets or sets the database name of the DocumentDB. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.DocumentId"> <summary> Optional. Gets or sets the document id of the DocumentDB. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.DocumentDbOutputDataSourceProperties.PartitionKey"> <summary> Optional. Gets or sets the partition key of the DocumentDB. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorDetailsResponse"> <summary> The error details response. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorDetailsResponse.#ctor"> <summary> Initializes a new instance of the ErrorDetailsResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorDetailsResponse.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the ErrorDetailsResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorDetailsResponse.Code"> <summary> Required. Gets the code of the error details response. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorDetailsResponse.Message"> <summary> Required. Gets the message of the error details response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse"> <summary> The error response. </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 with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.Code"> <summary> Required. Gets the code of the error response. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.Details"> <summary> Optional. Gets the error details response. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ErrorResponse.Message"> <summary> Required. Gets the message of the error response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource"> <summary> The Event Hub data source as output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Event Hub data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties"> <summary> The properties of Event Hub data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the EventHubOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.EventHubName"> <summary> Optional. Gets or sets the Event Hub name. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.PartitionKey"> <summary> Optional. Gets or sets the column name to partition by. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.ServiceBusNamespace"> <summary> Optional. Gets or sets the service bus namespace of the event hub. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.SharedAccessPolicyKey"> <summary> Optional. Gets or sets the shared access policy key for the specified shared access policy. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubOutputDataSourceProperties.SharedAccessPolicyName"> <summary> Optional. Gets or sets the shared access policy name for the Event Hub. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource"> <summary> The definition of the Event Hub data source as stream input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Event Hub data source as stream input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties"> <summary> The properties of the Event Hub data source as stream input. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the EventHubStreamInputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.ConsumerGroupName"> <summary> Optional. Gets or sets the name of an Event Hub Consumer Group by which to identify this input. 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.EventHubName"> <summary> Optional. Gets or sets the Event Hub name. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.ServiceBusNamespace"> <summary> Optional. Gets or sets the service bus namespace of the Event Hub. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.SharedAccessPolicyKey"> <summary> Optional. Gets or sets the shared access policy key for the specified shared access policy. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.EventHubStreamInputDataSourceProperties.SharedAccessPolicyName"> <summary> Optional. Gets or sets the shared access policy name for the Event Hub. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.EventsOutOfOrderPolicy"> <summary> Indicates the policy to apply to events that arrive out of order in the input event stream. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.EventsOutOfOrderPolicy.Adjust"> <summary> Adjust the event's time to current. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.EventsOutOfOrderPolicy.Drop"> <summary> Drop the event which is out of order. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Format"> <summary> The events out of order policy. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.Format.LineSeparated"> <summary> Specifies that the event(s) will be formatted by having each JSON object separated by a new line. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.Format.Array"> <summary> Specifies that the event(s) will be formatted as an array of JSON objects. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Function"> <summary> The function of the stream analytics 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)"> <summary> Initializes a new instance of the Function class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Function.Name"> <summary> Required. Gets or sets the name of the function. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Function.Properties"> <summary> Optional. Gets or sets the properties of the function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters"> <summary> Parameters specifying the function definition for the function create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the FunctionCreateOrUpdateParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateParameters.Function"> <summary> Optional. Gets or sets the definition of the function to be created or updated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateResponse"> <summary> The response of the function create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the FunctionCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateResponse.Function"> <summary> Optional. Gets or sets the function response content. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters"> <summary> Parameters specifying the function definition for the function create or update operation which uses the raw json content. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the FunctionCreateOrUpdateWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the FunctionCreateOrUpdateWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionCreateOrUpdateWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the definition of the function to be created or updated in json format. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionGetResponse"> <summary> The response of the get stream analytics function operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionGetResponse.#ctor"> <summary> Initializes a new instance of the FunctionGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionGetResponse.Function"> <summary> Optional. Gets or sets the function response content. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput"> <summary> The input parameter of the 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.DataType"> <summary> Optional. Gets or sets the data type of the function input parameter. These are Azure Stream Analytics data types (https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx). </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionInput.IsConfigurationParameter"> <summary> Optional. Gets or sets the isConfigurationParameter flag. True if this input parameter is expected to be a constant. Default is false. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionListResponse"> <summary> The response of the function list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionListResponse.#ctor"> <summary> Initializes a new instance of the FunctionListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionListResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionListResponse.NextLink"> <summary> Optional. Gets or sets the url returned by the Function List operation. It can be used by the client side to fetch the next page of Functions. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionListResponse.Value"> <summary> Optional. Gets or sets the list of the returned Functions. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput"> <summary> The output of the 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionOutput.DataType"> <summary> Optional. Gets or sets the data type of the function output. These are Azure Stream Analytics data types (https://msdn.microsoft.com/en-us/library/azure/dn835065.aspx). </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters"> <summary> Parameters specifying the function definition for the function patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters.#ctor"> <summary> Initializes a new instance of the FunctionPatchParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties)"> <summary> Initializes a new instance of the FunctionPatchParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchParameters.Properties"> <summary> Required. Gets or sets the properties of the function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchResponse"> <summary> The response of the function patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchResponse.#ctor"> <summary> Initializes a new instance of the FunctionPatchResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties)"> <summary> Initializes a new instance of the FunctionPatchResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionPatchResponse.Properties"> <summary> Required. Gets or sets the properties of the function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties"> <summary> The properties of the function for the stream analytics job. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties.Etag"> <summary> Optional. Gets or sets the etag of the function properties. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionProperties.Type"> <summary> Optional. Gets the type of the function property. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionResponse"> <summary> The response of the retrieve default function definition operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionResponse.#ctor"> <summary> Initializes a new instance of the FunctionRetrieveDefaultDefinitionResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionResponse.Function"> <summary> Optional. Gets or sets the function response content. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters"> <summary> Parameters for the retrieve default function definition operation which uses the raw json content. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.FunctionRetrieveDefaultDefinitionWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the request body of the retrieve default definition request in json format. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Input"> <summary> The input of the stream analytics 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)"> <summary> Initializes a new instance of the Input class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Input.Name"> <summary> Required. Gets or sets the name of the input. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Input.Properties"> <summary> Optional. Gets or sets the properties of the input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters"> <summary> Parameters specifying the input definition for the input create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the InputCreateOrUpdateParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateParameters.Input"> <summary> Optional. Gets or sets the definition of the input to be created or updated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateResponse"> <summary> The response of the input CreateOrUpdate operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the InputCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateResponse.Input"> <summary> Optional. Gets or sets the input response content. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters"> <summary> Parameters specifying the input definition for the input create or update operation which uses the raw json content. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the InputCreateOrUpdateWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the InputCreateOrUpdateWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputCreateOrUpdateWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the definition of the input to be created or updated in json format. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputGetResponse"> <summary> The response of the get stream analytics input operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputGetResponse.#ctor"> <summary> Initializes a new instance of the InputGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputGetResponse.Input"> <summary> Optional. Gets or sets the input response content. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters"> <summary> Parameters for a Stream Analytics input list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters.#ctor"> <summary> Initializes a new instance of the InputListParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters.#ctor(System.String)"> <summary> Initializes a new instance of the InputListParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputListParameters.PropertiesToSelect"> <summary> Required. Gets or sets the properties to select. Comma-separated list of structural properties to include in the response, or “*” to include all properties. By default, all properties are returned except diagnostics. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputListResponse"> <summary> The response of the input list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputListResponse.#ctor"> <summary> Initializes a new instance of the InputListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputListResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputListResponse.NextLink"> <summary> Optional. Gets or sets the url returned by the Input List operation. It can be used by the client side to fetch the next page of Inputs. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputListResponse.Value"> <summary> Optional. Gets or sets the list of the returned Inputs. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters"> <summary> Parameters specifying the input definition for the input update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters.#ctor"> <summary> Initializes a new instance of the InputPatchParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties)"> <summary> Initializes a new instance of the InputPatchParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchParameters.Properties"> <summary> Required. Gets or sets the properties of the input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchResponse"> <summary> The response of the input patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchResponse.#ctor"> <summary> Initializes a new instance of the InputPatchResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties)"> <summary> Initializes a new instance of the InputPatchResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputPatchResponse.Properties"> <summary> Required. Gets or sets the properties of the input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties"> <summary> The properties of the input for the stream analytics job. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Diagnostics"> <summary> Optional. Gets 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> Optional. Gets or sets the etag of the input properties. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Serialization"> <summary> Optional. Gets or sets the serialization configuration of the input. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.InputProperties.Type"> <summary> Optional. Gets the type of the input property. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource"> <summary> The definition of the IoT Hub data source as stream input. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the IoT Hub data source as stream input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties"> <summary> The properties of the IoT Hub data source as stream input. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the IoTHubStreamInputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties.ConsumerGroupName"> <summary> Optional. Gets or sets the name of an IoT Hub Consumer Group by which to identify this input. If not specified, the input uses the Iot Hub’s default consumer group. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties.IotHubNamespace"> <summary> Optional. Gets or sets the namespace of the IoT Hub (the URI of the IoT Hub). </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties.SharedAccessPolicyKey"> <summary> Optional. Gets or sets the shared access policy key for the specified shared access policy. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.IoTHubStreamInputDataSourceProperties.SharedAccessPolicyName"> <summary> Optional. Gets or sets the shared access policy name for the IoT Hub with Service connect permission. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding"> <summary> The JavaScript function binding. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBinding.Properties"> <summary> Optional. Gets or sets the properties of the JavaScript function binding. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBindingProperties"> <summary> The properties of the JavaScript function binding. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBindingProperties.#ctor"> <summary> Initializes a new instance of the JavaScriptFunctionBindingProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBindingProperties.Script"> <summary> Optional. 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.JavaScriptFunctionBindingRetrievalProperties"> <summary> The properties of the JavaScript function binding. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBindingRetrievalProperties.#ctor"> <summary> Initializes a new instance of the JavaScriptFunctionBindingRetrievalProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionBindingRetrievalProperties.Script"> <summary> Optional. 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.JavaScriptFunctionBindingRetrievalProperties.UdfType"> <summary> Optional. Gets or sets the Azure Stream Analytics function type. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters"> <summary> The parameters needed to retrieve the default Azure Stream Analytics 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.JavaScriptFunctionRetrieveDefaultDefinitionParameters.BindingRetrievalProperties"> <summary> Optional. Gets or sets the JavaScript function binding properties. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Job"> <summary> The request required by the job operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Job.#ctor"> <summary> Initializes a new instance of the Job class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.Job.#ctor(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties)"> <summary> Initializes a new instance of the Job class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Id"> <summary> Optional. Gets the id of the stream analytics job resource. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Location"> <summary> Optional. Gets or sets the data center location of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Name"> <summary> Required. Gets or sets the name of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Properties"> <summary> Required. Gets or sets the job properties. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Tags"> <summary> Optional. Gets or sets the tags of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Job.Type"> <summary> Optional. Gets the type of the stream analytics job resource. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters"> <summary> Parameters specifying the stream analytics job definition for a create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the JobCreateOrUpdateParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Job)"> <summary> Initializes a new instance of the JobCreateOrUpdateParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters.IfNoneMatch"> <summary> Optional. Gets or sets the If-None-Match. Use If-None-Match: * to give PUT create-only semantics – to make create fail if the named resource exists. Without it, PUT replaces the named resource if it exists. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateParameters.Job"> <summary> Required. Gets or sets the definition of the stream analytics job to be created or updated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateResponse"> <summary> The response of the create stream analytics job operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the JobCreateOrUpdateResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Job)"> <summary> Initializes a new instance of the JobCreateOrUpdateResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateResponse.Job"> <summary> Required. Gets or sets the stream analytics job response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters"> <summary> Parameters specifying the stream analytics job definition for a create or update operation in json format </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the JobCreateOrUpdateWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the JobCreateOrUpdateWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the definition of the stream analytics job to be created or updated in json format. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobCreateOrUpdateWithRawJsonContentParameters.IfNoneMatch"> <summary> Optional. Gets or sets the If-None-Match. Use If-None-Match: * to give PUT create-only semantics – to make create fail if the named resource exists. Without it, PUT replaces the named resource if it exists. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters"> <summary> Parameters for a Stream Analytics job get operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters.#ctor"> <summary> Initializes a new instance of the JobGetParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters.#ctor(System.String)"> <summary> Initializes a new instance of the JobGetParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetParameters.PropertiesToExpand"> <summary> Required. Gets or sets the properties to expand. Comma-separated list of additional properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all properties other than “inputs”, “transformation”, and “outputs”. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetResponse"> <summary> The response of the get stream analytics job operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetResponse.#ctor"> <summary> Initializes a new instance of the JobGetResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Job)"> <summary> Initializes a new instance of the JobGetResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobGetResponse.Job"> <summary> Required. Gets or sets the stream analytics job response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters"> <summary> Parameters for a Stream Analytics job list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters.#ctor"> <summary> Initializes a new instance of the JobListParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters.#ctor(System.String)"> <summary> Initializes a new instance of the JobListParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobListParameters.PropertiesToExpand"> <summary> Required. Gets or sets the properties to expand. Comma-separated list of additional properties to include in the response, beyond the default set returned when this parameter is absent. The default set is all properties other than “inputs”, “transformation”, and “outputs”. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse"> <summary> The response of the list stream analytics job operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse.#ctor"> <summary> Initializes a new instance of the JobListResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.StreamAnalytics.Models.Job})"> <summary> Initializes a new instance of the JobListResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse.NextLink"> <summary> Optional. Gets or sets the url returned by the job list operation. It can be used by the client side to fetch the next page of stream analytics jobs. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobListResponse.Value"> <summary> Required. Gets or sets the list of the stream analytics jobs returned in the response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters"> <summary> Parameters specifying the stream analytics job definition for a patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters.#ctor"> <summary> Initializes a new instance of the JobPatchParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchRequest)"> <summary> Initializes a new instance of the JobPatchParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters.JobPatchRequest"> <summary> Required. Gets or sets the definition of the stream analytics job to be patched. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchParameters.JobStateIfMatch"> <summary> Optional. Gets or sets the If-None-Match. Use If-None-Match: * to give PUT create-only semantics – to make create fail if the named resource exists. Without it, PUT replaces the named resource if it exists. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchRequest"> <summary> The response returned by the job patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchRequest.#ctor"> <summary> Initializes a new instance of the JobPatchRequest class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchRequest.Properties"> <summary> Optional. Gets or sets the job properties for patch request. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchRequest.Tags"> <summary> Optional. Gets or sets the tags of the stream analytics job. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchResponse"> <summary> The response of the patch job operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchResponse.#ctor"> <summary> Initializes a new instance of the JobPatchResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Job)"> <summary> Initializes a new instance of the JobPatchResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobPatchResponse.Job"> <summary> Required. Gets or sets the stream analytics job response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties"> <summary> The properties of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.#ctor"> <summary> Initializes a new instance of the JobProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.CreatedDate"> <summary> Optional. Gets the created date of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.DataLocale"> <summary> Optional. 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.JobProperties.Etag"> <summary> Optional. Gets the etag of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.EventsLateArrivalMaxDelayInSeconds"> <summary> Optional. 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.JobProperties.EventsOutOfOrderMaxDelayInSeconds"> <summary> Optional. 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.JobProperties.EventsOutOfOrderPolicy"> <summary> Optional. Gets or sets the out of order policy of the stream analytics job. Indicates the policy to apply to events that arrive out of order in the input event stream. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.Functions"> <summary> Optional. Gets or sets a list of functions. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.Inputs"> <summary> Optional. Gets or sets a list of one or more inputs. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.JobId"> <summary> Optional. Gets the id of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.JobState"> <summary> Optional. Gets the running state of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.LastOutputEventTime"> <summary> Optional. Gets the last output event time of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.Outputs"> <summary> Optional. Gets or sets a list of outputs. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.OutputStartMode"> <summary> Optional. Gets or sets the output start mode of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.OutputStartTime"> <summary> Optional. Gets or sets the output start time of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.ProvisioningState"> <summary> Optional. Gets the provisioning state of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.Sku"> <summary> Optional. Gets or sets the Sku of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobProperties.Transformation"> <summary> Optional. Gets or sets the transformation definition, including the query and the streaming unit count. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState"> <summary> The provisioning state of the job. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Succeeded"> <summary> Succeeded. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Failed"> <summary> Failed. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Canceled"> <summary> Canceled. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Creating"> <summary> Creating. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Starting"> <summary> Starting. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Stopping"> <summary> Stopping. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.Deleting"> <summary> Deleting. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobProvisioningState.InProgress"> <summary> InProgress. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState"> <summary> The running state of the job. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Created"> <summary> Created. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Starting"> <summary> Starting. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Stopping"> <summary> Stopping. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Stopped"> <summary> Stopped. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Deleting"> <summary> Deleting. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Failed"> <summary> Failed. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Running"> <summary> The job is allocated, processing input, or waiting to process input. If the job shows a Running state without producing output, it is likely that the data processing time window is large or the query logic is complicated. Another reason may be that currently there isn't any data being sent to the job. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Degraded"> <summary> This state indicates that a Stream Analytics job is encountering one of the following errors: input/output communication errors, query errors, or retry-able run-time errors. To distinguish what type of error(s) the job is encountering, view the operation logs. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.JobRunningState.Restarting"> <summary> Restarting. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters"> <summary> Parameters for a job start operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters.#ctor"> <summary> Initializes a new instance of the JobStartParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters.OutputStartMode"> <summary> Optional. Gets or sets the output start mode of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JobStartParameters.OutputStartTime"> <summary> Optional. Gets or sets the output start time of the stream analytics job. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization"> <summary> The JSON serialization. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerialization.Properties"> <summary> Optional. Gets or sets the properties of the JSON serialization. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerializationProperties"> <summary> The JSON serialization properties. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerializationProperties.#ctor"> <summary> Initializes a new instance of the JsonSerializationProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerializationProperties.Encoding"> <summary> Optional. Gets or sets the encoding. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.JsonSerializationProperties.Format"> <summary> Optional. Gets or sets the event format. Currently only applies to serialization for outputs. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse"> <summary> A standard service response for long running operations. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse.#ctor"> <summary> Initializes a new instance of the LongRunningOperationResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse.OperationStatusLink"> <summary> Optional. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse.RetryAfter"> <summary> Optional. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.LongRunningOperationResponse.Status"> <summary> Optional. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Output"> <summary> The output definition. </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)"> <summary> Initializes a new instance of the Output class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Name"> <summary> Required. Gets or sets the name of the output. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Output.Properties"> <summary> Optional. Gets or sets the properties of the output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters"> <summary> Parameters specifying the output definition for a create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the OutputCreateOrUpdateParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters.Output"> <summary> Optional. Gets or sets the definition of the output to be created or updated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateResponse"> <summary> The response of the output CreateOrUpdate operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the OutputCreateOrUpdateResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateResponse.Output"> <summary> Optional. Gets or sets the output of the stream analytics job in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters"> <summary> Parameters specifying the output definition for a create or update operation in json format. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the OutputCreateOrUpdateWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the OutputCreateOrUpdateWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the definition of the output to be created or updated in json format. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputGetResponse"> <summary> The response of the output get operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputGetResponse.#ctor"> <summary> Initializes a new instance of the OutputGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputGetResponse.Output"> <summary> Optional. Gets or sets the output of the stream analytics job in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters"> <summary> Parameters for a Stream Analytics output list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters.#ctor"> <summary> Initializes a new instance of the OutputListParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters.#ctor(System.String)"> <summary> Initializes a new instance of the OutputListParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters.PropertiesToSelect"> <summary> Required. Gets or sets the properties to select. Comma-separated list of structural properties to include in the response, or “*” to include all properties. By default, all properties are returned except diagnostics. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListResponse"> <summary> The response of the output list operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListResponse.#ctor"> <summary> Initializes a new instance of the OutputListResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListResponse.NextLink"> <summary> Optional. Gets or sets the url returned by the output list operation. It can be used by the client side to fetch the next page of Outputs. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputListResponse.Value"> <summary> Optional. Gets or sets the list of the outputs in response. In public preview, the response only has one output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters"> <summary> Parameters specifying the output definition for the output update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters.#ctor"> <summary> Initializes a new instance of the OutputPatchParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties)"> <summary> Initializes a new instance of the OutputPatchParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters.Properties"> <summary> Required. Gets or sets the properties of the output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchResponse"> <summary> The response of the output patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchResponse.#ctor"> <summary> Initializes a new instance of the OutputPatchResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties)"> <summary> Initializes a new instance of the OutputPatchResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchResponse.Properties"> <summary> Required. Gets or sets the properties of the output in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties"> <summary> The properties of the output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties.#ctor"> <summary> Initializes a new instance of the OutputProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties.DataSource"> <summary> Optional. Gets or sets the data source configuration of the output. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties.Diagnostics"> <summary> Optional. Gets conditions applicable to the Input, Output, or the job overall, that warrant customer attention. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties.Etag"> <summary> Optional. Gets or sets the etag of the output properties. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.OutputProperties.Serialization"> <summary> Optional. Gets or sets the serialization configuration of the output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.OutputStartMode"> <summary> The start mode of the job. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.OutputStartMode.JobStartTime"> <summary> Job Start Time. The job will start processing the data which arrives after the job start time </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.OutputStartMode.CustomTime"> <summary> CustomTime. The job will start processing the data which arrives after a custom time. </summary> </member> <member name="F:Microsoft.Azure.Management.StreamAnalytics.Models.OutputStartMode.LastOutputEventTime"> <summary> LastOutputEventTime. The job will start processing the data which arrives after the last output event time. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties"> <summary> The definition of the reference input properties. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.ReferenceInputProperties.DataSource"> <summary> Optional. Gets or sets the data source configuration of the input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestConnectionResponse"> <summary> The test result of the input or output data source. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestConnectionResponse.#ctor"> <summary> Initializes a new instance of the ResourceTestConnectionResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestConnectionResponse.#ctor(System.String)"> <summary> Initializes a new instance of the ResourceTestConnectionResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestConnectionResponse.Error"> <summary> Optional. Gets the error response. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestConnectionResponse.ResourceTestStatus"> <summary> Required. Gets the test status. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ResourceTestStatus"> <summary> The test status of the input or output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionConfiguration"> <summary> The configuration of the scalar function. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionConfiguration.#ctor"> <summary> Initializes a new instance of the ScalarFunctionConfiguration class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionConfiguration.Binding"> <summary> Optional. Gets or sets the physical binding of the function. In the Azure Machine Learning web service’s case, this describes the endpoint. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionConfiguration.Inputs"> <summary> Optional. Gets or sets a list of inputs describing the parameters of the function. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionConfiguration.Output"> <summary> Optional. Gets or sets the output of the function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties"> <summary> The definition of the scalar function properties. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.ScalarFunctionProperties.Properties"> <summary> Optional. Gets or sets the configuration of the scalar function. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource"> <summary> The Service Bus Queue data source as output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Service Bus Queue data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties"> <summary> The properties of Service Bus Queue data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the ServiceBusQueueOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties.QueueName"> <summary> Optional. Gets or sets the Service Bus Queue name. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties.ServiceBusNamespace"> <summary> Optional. Gets or sets the service bus namespace of the Service Bus Queue. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties.SharedAccessPolicyKey"> <summary> Optional. Gets or sets the shared access policy key for the specified shared access policy. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusQueueOutputDataSourceProperties.SharedAccessPolicyName"> <summary> Optional. Gets or sets the shared access policy name for the Service Bus Queue. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource"> <summary> The Service Bus Topic data source as output. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Service Bus Topic data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties"> <summary> The properties of Service Bus Topic data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the ServiceBusTopicOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties.ServiceBusNamespace"> <summary> Optional. Gets or sets the service bus namespace of the Service Bus Topic. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties.SharedAccessPolicyKey"> <summary> Optional. Gets or sets the shared access policy key for the specified shared access policy. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties.SharedAccessPolicyName"> <summary> Optional. Gets or sets the shared access policy name for the Service Bus Topic. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.ServiceBusTopicOutputDataSourceProperties.TopicName"> <summary> Optional. Gets or sets the Service Bus Topic name. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Sku"> <summary> The Sku of the stream analytics job. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.Sku.Name"> <summary> Optional. Gets or sets the name of the Sku of the stream analytics job. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSource"> <summary> The Sql Azure data source as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSource.#ctor"> <summary> Initializes a new instance of the SqlAzureOutputDataSource class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSource.Properties"> <summary> Optional. Gets or sets the properties of the Sql Azure data source as output. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties"> <summary> The properties of SQL Azure database as output. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.#ctor"> <summary> Initializes a new instance of the SqlAzureOutputDataSourceProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.Database"> <summary> Optional. Gets or sets the name of the SQL Azure database. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.Password"> <summary> Optional. Gets or sets the password of the SQL Azure database. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.Server"> <summary> Optional. Gets or sets the server of the SQL Azure database. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.Table"> <summary> Optional. Gets or sets the table name of the SQL Azure database. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SqlAzureOutputDataSourceProperties.User"> <summary> Optional. Gets or sets the user name of the SQL Azure database. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount"> <summary> The access information of the blob 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="P:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.AccountKey"> <summary> Optional. Gets or sets the blob storage account key. Required when constructing the request by client. It will be not shown in any service response for security protection. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.StorageAccount.AccountName"> <summary> Optional. Gets or sets the blob storage account name. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties"> <summary> The definition of the stream input properties. </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="P:Microsoft.Azure.Management.StreamAnalytics.Models.StreamInputProperties.DataSource"> <summary> Optional. Gets or sets the data source configuration of the input. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotas"> <summary> The subscription quptas response. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotas.#ctor"> <summary> Initializes a new instance of the SubscriptionQuotas class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotas.#ctor(System.String,Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties)"> <summary> Initializes a new instance of the SubscriptionQuotas class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotas.Name"> <summary> Required. Gets or sets the name of the subscription quotas response. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotas.Properties"> <summary> Required. Gets or sets the properties of the subscription quotas response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasGetResponse"> <summary> The response of the get stream analytics quotas operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasGetResponse.#ctor"> <summary> Initializes a new instance of the SubscriptionQuotasGetResponse class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasGetResponse.Value"> <summary> Optional. Gets or sets the subscription quotas response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties"> <summary> The properties of the subscription quptas response. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties.#ctor"> <summary> Initializes a new instance of the SubscriptionQuotasProperties class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties.#ctor(System.Int32,System.Int32)"> <summary> Initializes a new instance of the SubscriptionQuotasProperties class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties.CurrentCount"> <summary> Required. Gets or sets the streaming units count currently used for the stream analytics for the subscription in this region. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.SubscriptionQuotasProperties.MaxCount"> <summary> Required. Gets or sets the max streaming units count allowed for the stream analytics for the subscription in this region. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation"> <summary> The definition of the transformation. </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)"> <summary> Initializes a new instance of the Transformation class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.Name"> <summary> Required. Gets or sets the name of the transformation. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.Transformation.Properties"> <summary> Optional. Gets or sets the properties of the transformation. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters"> <summary> Parameters specifying the transformation definition for a create or update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters.#ctor"> <summary> Initializes a new instance of the TransformationCreateOrUpdateParameters class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters.Transformation"> <summary> Optional. Gets or sets the definition of the transformation to be created or updated. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateResponse"> <summary> The response of the transformation create operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateResponse.#ctor"> <summary> Initializes a new instance of the TransformationCreateOrUpdateResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation)"> <summary> Initializes a new instance of the TransformationCreateOrUpdateResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateResponse.Transformation"> <summary> Required. Gets or sets the transformation of the stream analytics job in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters"> <summary> Parameters specifying the transformation definition for a create or update operation in json format. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters.#ctor"> <summary> Initializes a new instance of the TransformationCreateOrUpdateWithRawJsonContentParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)"> <summary> Initializes a new instance of the TransformationCreateOrUpdateWithRawJsonContentParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters.Content"> <summary> Required. Gets or sets the definition of the transformation to be created or updated in json format. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters"> <summary> Parameters specifying the transformation definition for the update operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters.#ctor"> <summary> Initializes a new instance of the TransformationPatchParameters class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties)"> <summary> Initializes a new instance of the TransformationPatchParameters class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters.Properties"> <summary> Required. Gets or sets the properties of the transformation. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchResponse"> <summary> The response of the transformation patch operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchResponse.#ctor"> <summary> Initializes a new instance of the TransformationPatchResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties)"> <summary> Initializes a new instance of the TransformationPatchResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchResponse.Properties"> <summary> Required. Gets or sets the properties of the transformation in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties"> <summary> The properties of the transformation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties.#ctor"> <summary> Initializes a new instance of the TransformationProperties class. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties.Etag"> <summary> Optional. Gets or sets the etag of the transformation in DSL. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties.Query"> <summary> Optional. Gets or sets the query of the transformation. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationProperties.StreamingUnits"> <summary> Optional. Gets or sets the number of the streaming units of the transformation. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetResponse"> <summary> The response of the transformation get operation. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetResponse.#ctor"> <summary> Initializes a new instance of the TransformationsGetResponse class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetResponse.#ctor(Microsoft.Azure.Management.StreamAnalytics.Models.Transformation)"> <summary> Initializes a new instance of the TransformationsGetResponse class with required arguments. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetResponse.Date"> <summary> Optional. Gets a UTC date/time value generated by the service that indicates the time at which the response was initiated. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.Models.TransformationsGetResponse.Transformation"> <summary> Required. Gets or sets the transformation of the stream analytics job in response. </summary> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.OutputOperations"> <summary> Operations for managing the output(s) of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the OutputOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.BeginTestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test an output for a stream analytics job. Asynchronous call. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update an output for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update an output for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. It is in json format </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Delete an output for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get an output for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.ListOutputInJobAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters,System.Threading.CancellationToken)"> <summary> Get a list of the outputs defined in a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the outputs in the specified stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters,System.Threading.CancellationToken)"> <summary> Update an output for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the output patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.TestConnectionAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Test an output for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.OutputOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.BeginTestConnection(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Test an output for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.BeginTestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Test an output for a stream analytics job. Asynchronous call. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters)"> <summary> Create or update an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateParameters)"> <summary> Create or update an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update an output for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. It is in json format </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update an output for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. It is in json format </param> <returns> The response of the output CreateOrUpdate operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.Delete(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Delete an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Delete an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The common operation response. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Get an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The response of the output get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Get an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The response of the output get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.ListOutputInJob(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters)"> <summary> Get a list of the outputs defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the outputs in the specified stream analytics job. </param> <returns> The response of the output list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.ListOutputInJobAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputListParameters)"> <summary> Get a list of the outputs defined in a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to list all the outputs in the specified stream analytics job. </param> <returns> The response of the output list operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.Patch(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters)"> <summary> Update an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <returns> The response of the output patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.PatchAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.OutputPatchParameters)"> <summary> Update an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update an output for a stream analytics job. </param> <returns> The response of the output patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.TestConnection(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Test an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.OutputOperationsExtensions.TestConnectionAsync(Microsoft.Azure.Management.StreamAnalytics.IOutputOperations,System.String,System.String,System.String)"> <summary> Test an output for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IOutputOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='outputName'> Required. The name of the output for the stream analytics job. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> <param name='credentials'> Required. When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </param> <param name='baseUri'> Optional. The URI used as the base for all Service Management requests. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> <param name='credentials'> Required. When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> <param name='credentials'> Required. When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </param> <param name='baseUri'> Optional. The URI used as the base for all Service Management requests. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)"> <summary> Initializes a new instance of the StreamAnalyticsManagementClient class. </summary> <param name='credentials'> Required. When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </param> <param name='httpClient'> The Http client </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient})"> <summary> Clones properties from current instance to another StreamAnalyticsManagementClient instance </summary> <param name='client'> Instance of StreamAnalyticsManagementClient to clone to </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.GetTestConnectionStatusAsync(System.String,System.Threading.CancellationToken)"> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.ApiVersion"> <summary> Gets the API version. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.BaseUri"> <summary> The URI used as the base for all Service Management requests. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Credentials"> <summary> When you create a Windows Azure subscription, it is uniquely identified by a subscription ID. The subscription ID forms part of the URI for every call that you make to the Service Management API. The Windows Azure Service ManagementAPI use mutual authentication of management certificates over SSL to ensure that a request made to the service is secure. No anonymous requests are allowed. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.LongRunningOperationInitialTimeout"> <summary> Gets or sets the initial timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.LongRunningOperationRetryTimeout"> <summary> Gets or sets the retry timeout for Long Running Operations. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Functions"> <summary> Operations for managing the function(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Inputs"> <summary> Operations for managing the input(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.StreamingJobs"> <summary> Operations for managing the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Outputs"> <summary> Operations for managing the output(s) of the stream analytics job. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Subscriptions"> <summary> Operations for Azure Stream Analytics subscription information. </summary> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient.Transformations"> <summary> Operations for managing the transformation definition of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClientExtensions.GetLongRunningOperationStatus(Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient,System.String)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClientExtensions.GetLongRunningOperationStatusAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient,System.String)"> <summary> The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> A standard service response for long running operations. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClientExtensions.GetTestConnectionStatus(Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient,System.String)"> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClientExtensions.GetTestConnectionStatusAsync(Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient,System.String)"> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.IStreamAnalyticsManagementClient. </param> <param name='operationStatusLink'> Required. Location value returned by the Begin operation. </param> <returns> The test result of the input or output data source. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperations"> <summary> Operations for Azure Stream Analytics subscription information. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the SubscriptionOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperations.GetQuotasAsync(System.String,System.Threading.CancellationToken)"> <summary> Get the stream analytics quotas of a subscription. </summary> <param name='location'> Required. The region that you want to check the quotas. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the get stream analytics quotas operation. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperationsExtensions.GetQuotas(Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations,System.String)"> <summary> Get the stream analytics quotas of a subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations. </param> <param name='location'> Required. The region that you want to check the quotas. </param> <returns> The response of the get stream analytics quotas operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.SubscriptionOperationsExtensions.GetQuotasAsync(Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations,System.String)"> <summary> Get the stream analytics quotas of a subscription. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ISubscriptionOperations. </param> <param name='location'> Required. The region that you want to check the quotas. </param> <returns> The response of the get stream analytics quotas operation. </returns> </member> <member name="T:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations"> <summary> Operations for managing the transformation definition of the stream analytics job. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.#ctor(Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient)"> <summary> Initializes a new instance of the TransformationOperations class. </summary> <param name='client'> Reference to the service client. </param> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters,System.Threading.CancellationToken)"> <summary> Create or update a transformation for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)"> <summary> Create or update a transformation for a stream analytics job. The raw json content will be used. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. It is in json format. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)"> <summary> Get the transformation for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.PatchAsync(System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters,System.Threading.CancellationToken)"> <summary> Update an transformation for a stream analytics job. </summary> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an transformation for the stream analytics job. </param> <param name='cancellationToken'> Cancellation token. </param> <returns> The response of the transformation patch operation. </returns> </member> <member name="P:Microsoft.Azure.Management.StreamAnalytics.TransformationOperations.Client"> <summary> Gets a reference to the Microsoft.Azure.Management.StreamAnalytics.StreamAnalyticsManagementClient. </summary> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters)"> <summary> Create or update a transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateParameters)"> <summary> Create or update a transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a transformation for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. It is in json format. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationCreateOrUpdateWithRawJsonContentParameters)"> <summary> Create or update a transformation for a stream analytics job. The raw json content will be used. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to create or update a transformation for the stream analytics job. It is in json format. </param> <returns> The response of the transformation create operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.Get(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String)"> <summary> Get the transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <returns> The response of the transformation get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.GetAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String)"> <summary> Get the transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <returns> The response of the transformation get operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.Patch(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters)"> <summary> Update an transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an transformation for the stream analytics job. </param> <returns> The response of the transformation patch operation. </returns> </member> <member name="M:Microsoft.Azure.Management.StreamAnalytics.TransformationOperationsExtensions.PatchAsync(Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations,System.String,System.String,System.String,Microsoft.Azure.Management.StreamAnalytics.Models.TransformationPatchParameters)"> <summary> Update an transformation for a stream analytics job. </summary> <param name='operations'> Reference to the Microsoft.Azure.Management.StreamAnalytics.ITransformationOperations. </param> <param name='resourceGroupName'> Required. The resource group name of the stream analytics job. </param> <param name='jobName'> Required. The name of the stream analytics job. </param> <param name='transformationName'> Required. The name of the transformation for the stream analytics job. </param> <param name='parameters'> Required. The parameters required to update an transformation for the stream analytics job. </param> <returns> The response of the transformation patch operation. </returns> </member> </members> </doc> |