Compartilhar via


ContainerServiceTrustedAccessRoleBindingResource.Update Método

Definição

Criar ou atualizar uma associação de função de acesso confiável

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/trustedAccessRoleBindings/{trustedAccessRoleBindingName}
  • Operação IdTrustedAccessRoleBindings_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingResource> Update (Azure.WaitUntil waitUntil, Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingData data, System.Threading.CancellationToken cancellationToken = default);
abstract member Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingResource>
override this.Update : Azure.WaitUntil * Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ContainerService.ContainerServiceTrustedAccessRoleBindingResource>
Public Overridable Function Update (waitUntil As WaitUntil, data As ContainerServiceTrustedAccessRoleBindingData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerServiceTrustedAccessRoleBindingResource)

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 longa execução, consulte Exemplos de operação de Long-Running do Azure.Core.

data
ContainerServiceTrustedAccessRoleBindingData

Uma associação de função de acesso confiável.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Exceções

data é nulo.

Aplica-se a