Delen via


RoleDefinitionsOperationsExtensions.CreateOrUpdate Methode

Definitie

Hiermee wordt een roldefinitie gemaakt of bijgewerkt.

public static Microsoft.Azure.Management.Authorization.Models.RoleDefinition CreateOrUpdate (this Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations operations, string scope, string roleDefinitionId, Microsoft.Azure.Management.Authorization.Models.RoleDefinition roleDefinition);
static member CreateOrUpdate : Microsoft.Azure.Management.Authorization.IRoleDefinitionsOperations * string * string * Microsoft.Azure.Management.Authorization.Models.RoleDefinition -> Microsoft.Azure.Management.Authorization.Models.RoleDefinition
<Extension()>
Public Function CreateOrUpdate (operations As IRoleDefinitionsOperations, scope As String, roleDefinitionId As String, roleDefinition As RoleDefinition) As 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.

Retouren

Van toepassing op