次の方法で共有


ServicePrincipalsOperationsExtensions.UpdateKeyCredentials メソッド

定義

サービス プリンシパルに関連付けられている keyCredentials を更新します。

public static void UpdateKeyCredentials(this Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations operations, string objectId, Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters parameters);
static member UpdateKeyCredentials : Microsoft.Azure.Graph.RBAC.IServicePrincipalsOperations * string * Microsoft.Azure.Graph.RBAC.Models.KeyCredentialsUpdateParameters -> unit
<Extension()>
Public Sub UpdateKeyCredentials (operations As IServicePrincipalsOperations, objectId As String, parameters As KeyCredentialsUpdateParameters)

パラメーター

operations
IServicePrincipalsOperations

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

objectId
String

サービス プリンシパル情報を取得するオブジェクト ID。

parameters
KeyCredentialsUpdateParameters

既存のサービス プリンシパルの keyCredentials を更新するためのパラメーター。

適用対象