RoleAssignmentResourceFormatCollection.CreateOrUpdateAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria ou atualiza uma atribuição de função no hub.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/roleAssignments/{assignmentName}
- Operação IdRoleAssignments_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string assignmentName, Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.CustomerInsights.RoleAssignmentResourceFormatResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, assignmentName As String, data As RoleAssignmentResourceFormatData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of RoleAssignmentResourceFormatResource))
Parâmetros
- waitUntil
- WaitUntil
Completed se o método deve aguardar para retornar até que a operação de execução prolongada seja concluída no serviço; Started se ele deve retornar depois de iniciar a operação. Para obter mais informações sobre operações de execução prolongada, consulte Exemplos de operação de Long-Running do Azure.Core.
- assignmentName
- String
O nome da atribuição.
Parâmetros fornecidos para a operação CreateOrUpdate RoleAssignment.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
assignmentName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
assignmentName
ou data
é nulo.
Aplica-se a
Azure SDK for .NET