Partilhar via


LabServicesExtensions.GetLabPlans Método

Definição

Sobrecargas

GetLabPlans(ResourceGroupResource)

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

GetLabPlans(SubscriptionResource, String, CancellationToken)

Retorna uma lista de todos os planos de laboratório dentro de uma assinatura

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • Operação IdLabPlans_ListBySubscription

GetLabPlans(ResourceGroupResource)

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

public static Azure.ResourceManager.LabServices.LabPlanCollection GetLabPlans (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetLabPlans : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.LabServices.LabPlanCollection
<Extension()>
Public Function GetLabPlans (resourceGroupResource As ResourceGroupResource) As LabPlanCollection

Parâmetros

resourceGroupResource
ResourceGroupResource

A ResourceGroupResource instância na qual o método será executado.

Retornos

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

Aplica-se a

GetLabPlans(SubscriptionResource, String, CancellationToken)

Retorna uma lista de todos os planos de laboratório dentro de uma assinatura

  • Caminho da Solicitação/assinaturas/{subscriptionId}/providers/Microsoft.LabServices/labPlans
  • Operação IdLabPlans_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.LabServices.LabPlanResource> GetLabPlans (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetLabPlans : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.LabServices.LabPlanResource>
<Extension()>
Public Function GetLabPlans (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of LabPlanResource)

Parâmetros

subscriptionResource
SubscriptionResource

A SubscriptionResource instância na qual o método será executado.

filter
String

O filtro a ser aplicado à operação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

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

Aplica-se a