次の方法で共有


ClusterPrincipalAssignmentsOperationsExtensions.CreateOrUpdateAsync メソッド

定義

Kusto クラスター プリンシパルAssignment を作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment> CreateOrUpdateAsync (this Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations operations, string resourceGroupName, string clusterName, string principalAssignmentName, Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Kusto.IClusterPrincipalAssignmentsOperations * string * string * string * Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Kusto.Models.ClusterPrincipalAssignment>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IClusterPrincipalAssignmentsOperations, resourceGroupName As String, clusterName As String, principalAssignmentName As String, parameters As ClusterPrincipalAssignment, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ClusterPrincipalAssignment)

パラメーター

operations
IClusterPrincipalAssignmentsOperations

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

resourceGroupName
String

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

clusterName
String

Kusto クラスターの名前。

principalAssignmentName
String

Kusto principalAssignment の名前。

parameters
ClusterPrincipalAssignment

操作に指定された Kusto クラスター プリンシパルAssignment のパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象