次の方法で共有


RoleAssignmentsOperationsExtensions.ValidateById メソッド

定義

ロールの割り当ての作成または更新操作を ID で検証します。

public static Microsoft.Azure.Management.Authorization.Models.ValidationResponse ValidateById (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string roleAssignmentId, Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters parameters);
static member ValidateById : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string * Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters -> Microsoft.Azure.Management.Authorization.Models.ValidationResponse
<Extension()>
Public Function ValidateById (operations As IRoleAssignmentsOperations, roleAssignmentId As String, parameters As RoleAssignmentCreateParameters) As ValidationResponse

パラメーター

operations
IRoleAssignmentsOperations

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

roleAssignmentId
String

スコープ、リソース名、リソースの種類など、ロールの割り当ての完全修飾 ID。 形式: /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName} 例: /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>

parameters
RoleAssignmentCreateParameters

ロールの割り当てのパラメーター。

戻り値

適用対象