LabServicesExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.LabServices.
public static class LabServicesExtensions
type LabServicesExtensions = class
Public Module LabServicesExtensions
- Inheritance
-
LabServicesExtensions
Methods
GetLab(ResourceGroupResource, String, CancellationToken) |
Returns the properties of a lab resource.
|
GetLabAsync(ResourceGroupResource, String, CancellationToken) |
Returns the properties of a lab resource.
|
GetLabPlan(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Lab Plan.
|
GetLabPlanAsync(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Lab Plan.
|
GetLabPlanResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabPlanResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LabPlanResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabPlanResource(ResourceIdentifier) instead. |
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
|
GetLabPlansAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of all lab plans within a subscription
|
GetLabResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a LabResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabResource(ResourceIdentifier) instead. |
GetLabs(ResourceGroupResource) |
Gets a collection of LabResources in the ResourceGroupResource. MockingTo mock this method, please mock GetLabs() instead. |
GetLabs(SubscriptionResource, String, CancellationToken) |
Returns a list of all labs for a subscription.
|
GetLabsAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of all labs for a subscription.
|
GetLabServicesScheduleResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabServicesScheduleResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LabServicesScheduleResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabServicesScheduleResource(ResourceIdentifier) instead. |
GetLabUserResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabUserResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LabUserResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabUserResource(ResourceIdentifier) instead. |
GetLabVirtualMachineImageResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabVirtualMachineImageResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LabVirtualMachineImageResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabVirtualMachineImageResource(ResourceIdentifier) instead. |
GetLabVirtualMachineResource(ArmClient, ResourceIdentifier) |
Gets an object representing a LabVirtualMachineResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a LabVirtualMachineResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetLabVirtualMachineResource(ResourceIdentifier) instead. |
GetSkus(SubscriptionResource, String, CancellationToken) |
Returns a list of Azure Lab Services resource SKUs.
|
GetSkusAsync(SubscriptionResource, String, CancellationToken) |
Returns a list of Azure Lab Services resource SKUs.
|
GetUsages(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns list of usage per SKU family for the specified subscription in the specified region.
|
GetUsagesAsync(SubscriptionResource, AzureLocation, String, CancellationToken) |
Returns list of usage per SKU family for the specified subscription in the specified region.
|
Applies to
Azure SDK for .NET