次の方法で共有


Clusters interface

クラスターを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

Stream Analytics クラスターを作成するか、既存のクラスターを置き換えます。

beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

Stream Analytics クラスターを作成するか、既存のクラスターを置き換えます。

beginDelete(string, string, ClustersDeleteOptionalParams)

指定したクラスターを削除します。

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

指定したクラスターを削除します。

beginUpdate(string, string, Cluster, ClustersUpdateOptionalParams)

既存のクラスターを更新します。 これは、クラスター定義の残りの部分に影響を与えることなく、クラスターを部分的に更新 (つまり、1 つまたは 2 つのプロパティを更新) するために使用できます。

beginUpdateAndWait(string, string, Cluster, ClustersUpdateOptionalParams)

既存のクラスターを更新します。 これは、クラスター定義の残りの部分に影響を与えることなく、クラスターを部分的に更新 (つまり、1 つまたは 2 つのプロパティを更新) するために使用できます。

get(string, string, ClustersGetOptionalParams)

指定したクラスターに関する情報を取得します。

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

指定されたリソース グループ内のすべてのクラスターを一覧表示します。

listBySubscription(ClustersListBySubscriptionOptionalParams)

指定されたサブスクリプション内のすべてのクラスターを一覧表示します。

listStreamingJobs(string, string, ClustersListStreamingJobsOptionalParams)

指定されたクラスター内のすべてのストリーミング ジョブを一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

Stream Analytics クラスターを作成するか、既存のクラスターを置き換えます。

function beginCreateOrUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<Cluster>, Cluster>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
Cluster

新しいクラスターの作成または既存のクラスターの置き換えに使用されるクラスターの定義。

options
ClustersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Cluster>, Cluster>>

beginCreateOrUpdateAndWait(string, string, Cluster, ClustersCreateOrUpdateOptionalParams)

Stream Analytics クラスターを作成するか、既存のクラスターを置き換えます。

function beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersCreateOrUpdateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
Cluster

新しいクラスターの作成または既存のクラスターの置き換えに使用されるクラスターの定義。

options
ClustersCreateOrUpdateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

beginDelete(string, string, ClustersDeleteOptionalParams)

指定したクラスターを削除します。

function beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersDeleteOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, ClustersDeleteOptionalParams)

指定したクラスターを削除します。

function beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, Cluster, ClustersUpdateOptionalParams)

既存のクラスターを更新します。 これは、クラスター定義の残りの部分に影響を与えることなく、クラスターを部分的に更新 (つまり、1 つまたは 2 つのプロパティを更新) するために使用できます。

function beginUpdate(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<PollerLike<PollOperationState<Cluster>, Cluster>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
Cluster

ここで指定したプロパティによって、既存のクラスター内の対応するプロパティが上書きされます (つまり、これらのプロパティは更新されます)。

options
ClustersUpdateOptionalParams

options パラメーター。

戻り値

Promise<PollerLike<@azure/core-lro.PollOperationState<Cluster>, Cluster>>

beginUpdateAndWait(string, string, Cluster, ClustersUpdateOptionalParams)

既存のクラスターを更新します。 これは、クラスター定義の残りの部分に影響を与えることなく、クラスターを部分的に更新 (つまり、1 つまたは 2 つのプロパティを更新) するために使用できます。

function beginUpdateAndWait(resourceGroupName: string, clusterName: string, cluster: Cluster, options?: ClustersUpdateOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

cluster
Cluster

ここで指定したプロパティによって、既存のクラスター内の対応するプロパティが上書きされます (つまり、これらのプロパティは更新されます)。

options
ClustersUpdateOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

get(string, string, ClustersGetOptionalParams)

指定したクラスターに関する情報を取得します。

function get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<Cluster>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersGetOptionalParams

options パラメーター。

戻り値

Promise<Cluster>

listByResourceGroup(string, ClustersListByResourceGroupOptionalParams)

指定されたリソース グループ内のすべてのクラスターを一覧表示します。

function listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
ClustersListByResourceGroupOptionalParams

options パラメーター。

戻り値

listBySubscription(ClustersListBySubscriptionOptionalParams)

指定されたサブスクリプション内のすべてのクラスターを一覧表示します。

function listBySubscription(options?: ClustersListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Cluster, Cluster[], PageSettings>

パラメーター

options
ClustersListBySubscriptionOptionalParams

options パラメーター。

戻り値

listStreamingJobs(string, string, ClustersListStreamingJobsOptionalParams)

指定されたクラスター内のすべてのストリーミング ジョブを一覧表示します。

function listStreamingJobs(resourceGroupName: string, clusterName: string, options?: ClustersListStreamingJobsOptionalParams): PagedAsyncIterableIterator<ClusterJob, ClusterJob[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

clusterName

string

クラスターの名前です。

options
ClustersListStreamingJobsOptionalParams

options パラメーター。

戻り値