다음을 통해 공유


RoleAssignmentsOperationsExtensions.Validate 메서드

정의

scope 및 이름으로 역할 할당 만들기 또는 업데이트 작업의 유효성을 검사합니다.

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

매개 변수

operations
IRoleAssignmentsOperations

이 확장 메서드에 대한 작업 그룹입니다.

scope
String

작업 또는 리소스의 scope. 유효한 범위는 구독(형식: '/subscriptions/{subscriptionId}'), 리소스 그룹(형식: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' 또는 리소스(형식: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}'입니다.

roleAssignmentName
String

역할 할당의 이름입니다. 유효한 GUID일 수 있습니다.

parameters
RoleAssignmentCreateParameters

역할 할당에 대한 매개 변수입니다.

반환

적용 대상