Subscriptions interface

代表訂閱的介面。

方法

beginSampleInput(string, SampleInput, SubscriptionsSampleInputOptionalParams)

對流分析輸入數據進行採樣。

beginSampleInputAndWait(string, SampleInput, SubscriptionsSampleInputOptionalParams)

對流分析輸入數據進行採樣。

beginTestInput(string, TestInput, SubscriptionsTestInputOptionalParams)

測試流分析輸入。

beginTestInputAndWait(string, TestInput, SubscriptionsTestInputOptionalParams)

測試流分析輸入。

beginTestOutput(string, TestOutput, SubscriptionsTestOutputOptionalParams)

測試流分析輸出。

beginTestOutputAndWait(string, TestOutput, SubscriptionsTestOutputOptionalParams)

測試流分析輸出。

beginTestQuery(string, TestQuery, SubscriptionsTestQueryOptionalParams)

在範例輸入上測試流分析查詢。

beginTestQueryAndWait(string, TestQuery, SubscriptionsTestQueryOptionalParams)

在範例輸入上測試流分析查詢。

compileQuery(string, CompileQuery, SubscriptionsCompileQueryOptionalParams)

編譯流分析查詢。

listQuotas(string, SubscriptionsListQuotasOptionalParams)

擷取特定區域中的訂用帳戶目前配額資訊。

方法詳細資料

beginSampleInput(string, SampleInput, SubscriptionsSampleInputOptionalParams)

對流分析輸入數據進行採樣。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

sampleInput
SampleInput

定義對流分析輸入數據進行採樣的必要參數。

options
SubscriptionsSampleInputOptionalParams

選項參數。

傳回

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

beginSampleInputAndWait(string, SampleInput, SubscriptionsSampleInputOptionalParams)

對流分析輸入數據進行採樣。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

sampleInput
SampleInput

定義對流分析輸入數據進行採樣的必要參數。

options
SubscriptionsSampleInputOptionalParams

選項參數。

傳回

beginTestInput(string, TestInput, SubscriptionsTestInputOptionalParams)

測試流分析輸入。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testInput
TestInput

定義用於測試流分析輸入的必要參數。

options
SubscriptionsTestInputOptionalParams

選項參數。

傳回

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

beginTestInputAndWait(string, TestInput, SubscriptionsTestInputOptionalParams)

測試流分析輸入。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testInput
TestInput

定義用於測試流分析輸入的必要參數。

options
SubscriptionsTestInputOptionalParams

選項參數。

傳回

beginTestOutput(string, TestOutput, SubscriptionsTestOutputOptionalParams)

測試流分析輸出。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testOutput
TestOutput

定義用於測試流分析輸出的必要參數。

options
SubscriptionsTestOutputOptionalParams

選項參數。

傳回

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

beginTestOutputAndWait(string, TestOutput, SubscriptionsTestOutputOptionalParams)

測試流分析輸出。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testOutput
TestOutput

定義用於測試流分析輸出的必要參數。

options
SubscriptionsTestOutputOptionalParams

選項參數。

傳回

beginTestQuery(string, TestQuery, SubscriptionsTestQueryOptionalParams)

在範例輸入上測試流分析查詢。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testQuery
TestQuery

定義查詢測試的輸入、輸出和轉換的查詢測試物件。

options
SubscriptionsTestQueryOptionalParams

選項參數。

傳回

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

beginTestQueryAndWait(string, TestQuery, SubscriptionsTestQueryOptionalParams)

在範例輸入上測試流分析查詢。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

testQuery
TestQuery

定義查詢測試的輸入、輸出和轉換的查詢測試物件。

options
SubscriptionsTestQueryOptionalParams

選項參數。

傳回

compileQuery(string, CompileQuery, SubscriptionsCompileQueryOptionalParams)

編譯流分析查詢。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

compileQuery
CompileQuery

定義查詢編譯的輸入、輸出和轉換的查詢編譯物件。

options
SubscriptionsCompileQueryOptionalParams

選項參數。

傳回

listQuotas(string, SubscriptionsListQuotasOptionalParams)

擷取特定區域中的訂用帳戶目前配額資訊。

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

參數

location

string

請求發送到的區域。 您可以在這裏瞭解 Azure 串流分析支援的區域:https://azure.microsoft.com/en-us/regions/

options
SubscriptionsListQuotasOptionalParams

選項參數。

傳回