Partilhar via


DevTestLabsExtensions.GetDevTestLabs Método

Definição

Sobrecargas

GetDevTestLabs(ResourceGroupResource)

Obtém uma coleção de DevTestLabResources no ResourceGroupResource.

GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Listar laboratórios em uma assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Operação IdLabs_ListBySubscription

GetDevTestLabs(ResourceGroupResource)

Obtém uma coleção de DevTestLabResources no ResourceGroupResource.

public static Azure.ResourceManager.DevTestLabs.DevTestLabCollection GetDevTestLabs (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetDevTestLabs : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.DevTestLabs.DevTestLabCollection
<Extension()>
Public Function GetDevTestLabs (resourceGroupResource As ResourceGroupResource) As DevTestLabCollection

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância em que o método será executado.

Retornos

Um objeto que representa a coleção de DevTestLabResources e suas operações em um DevTestLabResource.

Aplica-se a

GetDevTestLabs(SubscriptionResource, String, String, Nullable<Int32>, String, CancellationToken)

Listar laboratórios em uma assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.DevTestLab/labs
  • Operação IdLabs_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource> GetDevTestLabs (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string expand = default, string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
static member GetDevTestLabs : Azure.ResourceManager.Resources.SubscriptionResource * string * string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.DevTestLabs.DevTestLabResource>
<Extension()>
Public Function GetDevTestLabs (subscriptionResource As SubscriptionResource, Optional expand As String = Nothing, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DevTestLabResource)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância em que o método será executado.

expand
String

Especifique a consulta $expand. Exemplo: 'properties($select=defaultStorageAccount)'.

filter
String

O filtro a ser aplicado à operação. Exemplo: '$filter=contains(name,'myName').

top
Nullable<Int32>

O número máximo de recursos a serem retornados da operação. Exemplo: '$top=10'.

orderby
String

A expressão de ordenação para os resultados, usando a notação OData. Exemplo: '$orderby=name desc'.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção de DevTestLabResource que pode levar várias solicitações de serviço para iterar.

Aplica-se a