Share via


LabPlansOperationsExtensions Class

Definition

Extension methods for LabPlansOperations.

public static class LabPlansOperationsExtensions
type LabPlansOperationsExtensions = class
Public Module LabPlansOperationsExtensions
Inheritance
LabPlansOperationsExtensions

Methods

BeginCreateOrUpdate(ILabPlansOperations, LabPlan, String, String)

Updates or creates a Lab Plan resource.

BeginCreateOrUpdateAsync(ILabPlansOperations, LabPlan, String, String, CancellationToken)

Updates or creates a Lab Plan resource.

BeginDelete(ILabPlansOperations, String, String)

Deletes a Lab Plan resource.

BeginDeleteAsync(ILabPlansOperations, String, String, CancellationToken)

Deletes a Lab Plan resource.

BeginSaveImage(ILabPlansOperations, SaveImageBody, String, String)

Save an image from a lab VM to the attached shared image gallery.

BeginSaveImageAsync(ILabPlansOperations, SaveImageBody, String, String, CancellationToken)

Save an image from a lab VM to the attached shared image gallery.

BeginUpdate(ILabPlansOperations, LabPlanUpdate, String, String)

Updates a Lab Plan resource.

BeginUpdateAsync(ILabPlansOperations, LabPlanUpdate, String, String, CancellationToken)

Updates a Lab Plan resource.

CreateOrUpdate(ILabPlansOperations, LabPlan, String, String)

Updates or creates a Lab Plan resource.

CreateOrUpdateAsync(ILabPlansOperations, LabPlan, String, String, CancellationToken)

Updates or creates a Lab Plan resource.

Delete(ILabPlansOperations, String, String)

Deletes a Lab Plan resource.

DeleteAsync(ILabPlansOperations, String, String, CancellationToken)

Deletes a Lab Plan resource.

Get(ILabPlansOperations, String, String)

Retrieves a Lab Plan resource.

GetAsync(ILabPlansOperations, String, String, CancellationToken)

Retrieves a Lab Plan resource.

ListByResourceGroup(ILabPlansOperations, String)

Get all lab plans for a subscription and resource group.

ListByResourceGroupAsync(ILabPlansOperations, String, CancellationToken)

Get all lab plans for a subscription and resource group.

ListByResourceGroupNext(ILabPlansOperations, String)

Get all lab plans for a subscription and resource group.

ListByResourceGroupNextAsync(ILabPlansOperations, String, CancellationToken)

Get all lab plans for a subscription and resource group.

ListBySubscription(ILabPlansOperations, String)

Get all lab plans for a subscription.

ListBySubscriptionAsync(ILabPlansOperations, String, CancellationToken)

Get all lab plans for a subscription.

ListBySubscriptionNext(ILabPlansOperations, String)

Get all lab plans for a subscription.

ListBySubscriptionNextAsync(ILabPlansOperations, String, CancellationToken)

Get all lab plans for a subscription.

SaveImage(ILabPlansOperations, SaveImageBody, String, String)

Save an image from a lab VM to the attached shared image gallery.

SaveImageAsync(ILabPlansOperations, SaveImageBody, String, String, CancellationToken)

Save an image from a lab VM to the attached shared image gallery.

Update(ILabPlansOperations, LabPlanUpdate, String, String)

Updates a Lab Plan resource.

UpdateAsync(ILabPlansOperations, LabPlanUpdate, String, String, CancellationToken)

Updates a Lab Plan resource.

Applies to