ClustersOperationsExtensions.Stop(IClustersOperations, String, String) メソッド

定義

Kusto クラスターを停止します。

public static void Stop (this Microsoft.Azure.Management.Kusto.IClustersOperations operations, string resourceGroupName, string clusterName);
static member Stop : Microsoft.Azure.Management.Kusto.IClustersOperations * string * string -> unit
<Extension()>
Public Sub Stop (operations As IClustersOperations, resourceGroupName As String, clusterName As String)

パラメーター

operations
IClustersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Kusto クラスターを含むリソース グループの名前。

clusterName
String

Kusto クラスターの名前。

適用対象