다음을 통해 공유


RoleDefinitionOperationsExtensions.CreateOrUpdateAsync 메서드

정의

역할 정의를 만들거나 업데이트합니다.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinitionCreateOrUpdateResult> CreateOrUpdateAsync (this Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations operations, Guid roleDefinitionId, string scope, Microsoft.Azure.Management.Authorization.Models.RoleDefinitionCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations * Guid * string * Microsoft.Azure.Management.Authorization.Models.RoleDefinitionCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinitionCreateOrUpdateResult>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IRoleDefinitionOperations, roleDefinitionId As Guid, scope As String, parameters As RoleDefinitionCreateOrUpdateParameters) As Task(Of RoleDefinitionCreateOrUpdateResult)

매개 변수

operations
IRoleDefinitionOperations

Microsoft.Azure.Management.Authorization.IRoleDefinitionOperations에 대한 참조입니다.

roleDefinitionId
Guid

필수 요소. 역할 정의 ID입니다.

scope
String

필수 요소. 범위

parameters
RoleDefinitionCreateOrUpdateParameters

필수 요소. 역할 정의.

반환

역할 정의는 작업 결과를 만들거나 업데이트합니다.

적용 대상