Delen via


RoleDefinitionsOperationsExtensions.CreateOrUpdateAsync Methode

Definitie

Hiermee wordt een roldefinitie gemaakt of bijgewerkt.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinition> CreateOrUpdateAsync (this Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, Microsoft.Azure.Management.Authorization.Models.RoleDefinition roleDefinition, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations * string * string * Microsoft.Azure.Management.Authorization.Models.RoleDefinition * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Authorization.Models.RoleDefinition>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IRoleDefinitionsOperations, scope As String, roleDefinitionId As String, roleDefinition As RoleDefinition, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RoleDefinition)

Parameters

operations
IRoleDefinitionsOperations

De bewerkingsgroep voor deze extensiemethode.

scope
String

Het bereik van de roldefinitie.

roleDefinitionId
String

De id van de roldefinitie.

roleDefinition
RoleDefinition

De waarden voor de roldefinitie.

cancellationToken
CancellationToken

Het annuleringstoken.

Retouren

Van toepassing op