Share via


Subscriptions interface

Interface representing a Subscriptions.

Method Details

beginSampleInput(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Sample the Stream Analytics input data.

function beginSampleInput(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SimplePollerLike<OperationState<SampleInputResult>, SampleInputResult>>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

sampleInput
SampleInput

Defines the necessary parameters for sampling the Stream Analytics input data.

options
SubscriptionsSampleInputOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<SampleInputResult>, SampleInputResult>>

beginSampleInputAndWait(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Sample the Stream Analytics input data.

function beginSampleInputAndWait(location: string, sampleInput: SampleInput, options?: SubscriptionsSampleInputOptionalParams): Promise<SampleInputResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

sampleInput
SampleInput

Defines the necessary parameters for sampling the Stream Analytics input data.

options
SubscriptionsSampleInputOptionalParams

The options parameters.

Returns

beginTestInput(string, TestInput, SubscriptionsTestInputOptionalParams)

Test the Stream Analytics input.

function beginTestInput(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<SimplePollerLike<OperationState<TestDatasourceResult>, TestDatasourceResult>>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testInput
TestInput

Defines the necessary parameters for testing the Stream Analytics input.

options
SubscriptionsTestInputOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<TestDatasourceResult>, TestDatasourceResult>>

beginTestInputAndWait(string, TestInput, SubscriptionsTestInputOptionalParams)

Test the Stream Analytics input.

function beginTestInputAndWait(location: string, testInput: TestInput, options?: SubscriptionsTestInputOptionalParams): Promise<TestDatasourceResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testInput
TestInput

Defines the necessary parameters for testing the Stream Analytics input.

options
SubscriptionsTestInputOptionalParams

The options parameters.

Returns

beginTestOutput(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Test the Stream Analytics output.

function beginTestOutput(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<SimplePollerLike<OperationState<TestDatasourceResult>, TestDatasourceResult>>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testOutput
TestOutput

Defines the necessary parameters for testing the Stream Analytics output.

options
SubscriptionsTestOutputOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<TestDatasourceResult>, TestDatasourceResult>>

beginTestOutputAndWait(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Test the Stream Analytics output.

function beginTestOutputAndWait(location: string, testOutput: TestOutput, options?: SubscriptionsTestOutputOptionalParams): Promise<TestDatasourceResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testOutput
TestOutput

Defines the necessary parameters for testing the Stream Analytics output.

options
SubscriptionsTestOutputOptionalParams

The options parameters.

Returns

beginTestQuery(string, TestQuery, SubscriptionsTestQueryOptionalParams)

Test the Stream Analytics query on a sample input.

function beginTestQuery(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<SimplePollerLike<OperationState<QueryTestingResult>, QueryTestingResult>>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testQuery
TestQuery

The query testing object that defines the input, output, and transformation for the query testing.

options
SubscriptionsTestQueryOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<QueryTestingResult>, QueryTestingResult>>

beginTestQueryAndWait(string, TestQuery, SubscriptionsTestQueryOptionalParams)

Test the Stream Analytics query on a sample input.

function beginTestQueryAndWait(location: string, testQuery: TestQuery, options?: SubscriptionsTestQueryOptionalParams): Promise<QueryTestingResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

testQuery
TestQuery

The query testing object that defines the input, output, and transformation for the query testing.

options
SubscriptionsTestQueryOptionalParams

The options parameters.

Returns

compileQuery(string, CompileQuery, SubscriptionsCompileQueryOptionalParams)

Compile the Stream Analytics query.

function compileQuery(location: string, compileQuery: CompileQuery, options?: SubscriptionsCompileQueryOptionalParams): Promise<QueryCompilationResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

compileQuery
CompileQuery

The query compilation object which defines the input, output, and transformation for the query compilation.

options
SubscriptionsCompileQueryOptionalParams

The options parameters.

Returns

listQuotas(string, SubscriptionsListQuotasOptionalParams)

Retrieves the subscription's current quota information in a particular region.

function listQuotas(location: string, options?: SubscriptionsListQuotasOptionalParams): Promise<SubscriptionQuotasListResult>

Parameters

location

string

The region to which the request is sent. You can find out which regions Azure Stream Analytics is supported in here: https://azure.microsoft.com/en-us/regions/

options
SubscriptionsListQuotasOptionalParams

The options parameters.

Returns