Compartilhar via


BatchAccountCertificateCollection.GetAllAsync Método

Definição

Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault .

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/certificates
  • Operação IdCertificate_ListByBatchAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource> GetAllAsync (int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource>
override this.GetAllAsync : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Batch.BatchAccountCertificateResource>
Public Overridable Function GetAllAsync (Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of BatchAccountCertificateResource)

Parâmetros

maxresults
Nullable<Int32>

O número máximo de itens a serem retornados na resposta.

select
String

Lista separada por vírgulas de propriedades que devem ser retornadas. por exemplo, "properties/provisioningState". Somente propriedades de nível superior em propriedades/ são válidas para seleção.

filter
String

Expressão de filtro OData. As propriedades válidas para filtragem são "properties/provisioningState", "properties/provisioningStateTransitionTime", "name".

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de BatchAccountCertificateResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a