Subscriptions interface

サブスクリプションを表すインターフェイス。

メソッド

beginSampleInput(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Stream Analytics の入力データをサンプリングします。

beginSampleInputAndWait(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Stream Analytics の入力データをサンプリングします。

beginTestInput(string, TestInput, SubscriptionsTestInputOptionalParams)

Stream Analytics 入力をテストします。

beginTestInputAndWait(string, TestInput, SubscriptionsTestInputOptionalParams)

Stream Analytics 入力をテストします。

beginTestOutput(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Stream Analytics の出力をテストします。

beginTestOutputAndWait(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Stream Analytics の出力をテストします。

beginTestQuery(string, TestQuery, SubscriptionsTestQueryOptionalParams)

サンプル入力で Stream Analytics クエリをテストします。

beginTestQueryAndWait(string, TestQuery, SubscriptionsTestQueryOptionalParams)

サンプル入力で Stream Analytics クエリをテストします。

compileQuery(string, CompileQuery, SubscriptionsCompileQueryOptionalParams)

Stream Analytics クエリをコンパイルします。

listQuotas(string, SubscriptionsListQuotasOptionalParams)

特定のリージョンのサブスクリプションの現在のクォータ情報を取得します。

メソッドの詳細

beginSampleInput(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Stream Analytics の入力データをサンプリングします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

sampleInput
SampleInput

Stream Analytics 入力データをサンプリングするために必要なパラメーターを定義します。

options
SubscriptionsSampleInputOptionalParams

オプション パラメーター。

戻り値

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

beginSampleInputAndWait(string, SampleInput, SubscriptionsSampleInputOptionalParams)

Stream Analytics の入力データをサンプリングします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

sampleInput
SampleInput

Stream Analytics 入力データをサンプリングするために必要なパラメーターを定義します。

options
SubscriptionsSampleInputOptionalParams

オプション パラメーター。

戻り値

beginTestInput(string, TestInput, SubscriptionsTestInputOptionalParams)

Stream Analytics 入力をテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testInput
TestInput

Stream Analytics 入力をテストするために必要なパラメーターを定義します。

options
SubscriptionsTestInputOptionalParams

オプション パラメーター。

戻り値

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

beginTestInputAndWait(string, TestInput, SubscriptionsTestInputOptionalParams)

Stream Analytics 入力をテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testInput
TestInput

Stream Analytics 入力をテストするために必要なパラメーターを定義します。

options
SubscriptionsTestInputOptionalParams

オプション パラメーター。

戻り値

beginTestOutput(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Stream Analytics の出力をテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testOutput
TestOutput

Stream Analytics 出力をテストするために必要なパラメーターを定義します。

options
SubscriptionsTestOutputOptionalParams

オプション パラメーター。

戻り値

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

beginTestOutputAndWait(string, TestOutput, SubscriptionsTestOutputOptionalParams)

Stream Analytics の出力をテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testOutput
TestOutput

Stream Analytics 出力をテストするために必要なパラメーターを定義します。

options
SubscriptionsTestOutputOptionalParams

オプション パラメーター。

戻り値

beginTestQuery(string, TestQuery, SubscriptionsTestQueryOptionalParams)

サンプル入力で Stream Analytics クエリをテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testQuery
TestQuery

クエリ テストの入力、出力、および変換を定義するクエリ テスト オブジェクト。

options
SubscriptionsTestQueryOptionalParams

オプション パラメーター。

戻り値

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

beginTestQueryAndWait(string, TestQuery, SubscriptionsTestQueryOptionalParams)

サンプル入力で Stream Analytics クエリをテストします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

testQuery
TestQuery

クエリ テストの入力、出力、および変換を定義するクエリ テスト オブジェクト。

options
SubscriptionsTestQueryOptionalParams

オプション パラメーター。

戻り値

compileQuery(string, CompileQuery, SubscriptionsCompileQueryOptionalParams)

Stream Analytics クエリをコンパイルします。

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

パラメーター

location

string

要求の送信先のリージョン。 Azure Stream Analytics がサポートされているリージョンについては、次の 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 Stream Analytics がサポートされているリージョンについては、次の https://azure.microsoft.com/en-us/regions/ を参照してください。

options
SubscriptionsListQuotasOptionalParams

オプション パラメーター。

戻り値