LabServicesExtensions.GetLabPlans Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetLabPlans(ResourceGroupResource) |
Gets a collection of LabPlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLabPlans() instead. |
GetLabPlans(SubscriptionResource, String, CancellationToken) |
Returns a list of all lab plans within a subscription
|
GetLabPlans(ResourceGroupResource)
- Source:
- LabServicesExtensions.cs
- Source:
- LabServicesExtensions.cs
Gets a collection of LabPlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLabPlans() instead.
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
Parameters
- resourceGroupResource
- ResourceGroupResource
The ResourceGroupResource instance the method will execute against.
Returns
An object representing collection of LabPlanResources and their operations over a LabPlanResource.
Exceptions
resourceGroupResource
is null.
Applies to
GetLabPlans(SubscriptionResource, String, CancellationToken)
- Source:
- LabServicesExtensions.cs
- Source:
- LabServicesExtensions.cs
Returns a list of all lab plans within a subscription
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.LabServices/labPlans
- Operation Id: LabPlans_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)
Parameters
- subscriptionResource
- SubscriptionResource
The SubscriptionResource instance the method will execute against.
- filter
- String
The filter to apply to the operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of LabPlanResource that may take multiple service requests to iterate over.
Exceptions
subscriptionResource
is null.
Applies to
Azure SDK for .NET