Sdílet prostřednictvím


IRoleAssignmentsOperations.CreateByIdWithHttpMessagesAsync Metoda

Definice

Vytvořte nebo aktualizujte přiřazení role podle ID.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>> CreateByIdWithHttpMessagesAsync (string roleAssignmentId, Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateByIdWithHttpMessagesAsync : string * Microsoft.Azure.Management.Authorization.Models.RoleAssignmentCreateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>>
Public Function CreateByIdWithHttpMessagesAsync (roleAssignmentId As String, parameters As RoleAssignmentCreateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of RoleAssignment))

Parametry

roleAssignmentId
String

Plně kvalifikované ID přiřazení role, včetně oboru, názvu zdroje a typu prostředku. Formát: /{scope}/providers/Microsoft.Authorization/roleAssignments/{roleAssignmentName}. Příklad: /subscriptions/<SUB_ID>/resourcegroups/<RESOURCE_GROUP>/providers/Microsoft.Authorization/roleAssignments/<ROLE_ASSIGNMENT_NAME>

parameters
RoleAssignmentCreateParameters

Parametry pro přiřazení role.

customHeaders
Dictionary<String,List<String>>

Hlavičky, které se přidají do požadavku.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Výjimky

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolá se, když operace vrátila neplatný stavový kód.

Vyvolána při nemožnosti deserializovat odpověď

Vyvolá se, když má požadovaný parametr hodnotu null.

Platí pro