BatchAccountPoolCollection.GetAll 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.
Listar todos os pools na conta especificada.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/pools
- Operação IdPool_ListByBatchAccount
public virtual Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource> GetAll (int? maxresults = default, string select = default, string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource>
override this.GetAll : Nullable<int> * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Batch.BatchAccountPoolResource>
Public Overridable Function GetAll (Optional maxresults As Nullable(Of Integer) = Nothing, Optional select As String = Nothing, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of BatchAccountPoolResource)
Parâmetros
- 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:
propriedades name/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção de BatchAccountPoolResource que pode levar várias solicitações de serviço para iterar.
Aplica-se a
Azure SDK for .NET