Freigeben über


ILabPlansOperations Schnittstelle

Definition

LabPlansOperations-Vorgänge.

public interface ILabPlansOperations
type ILabPlansOperations = interface
Public Interface ILabPlansOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(LabPlan, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates oder erstellt eine Labplanressource.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht eine Labplanressource.

BeginSaveImageWithHttpMessagesAsync(SaveImageBody, String, String, Dictionary<String,List<String>>, CancellationToken)

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

BeginUpdateWithHttpMessagesAsync(LabPlanUpdate, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates eine Labplanressource.

CreateOrUpdateWithHttpMessagesAsync(LabPlan, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates oder erstellt eine Labplanressource.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht eine Labplanressource.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Labplanressource ab.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement ab.

ListBySubscriptionWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement ab.

SaveImageWithHttpMessagesAsync(SaveImageBody, String, String, Dictionary<String,List<String>>, CancellationToken)

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

UpdateWithHttpMessagesAsync(LabPlanUpdate, String, String, Dictionary<String,List<String>>, CancellationToken)

Updates eine Labplanressource.

Erweiterungsmethoden

BeginCreateOrUpdate(ILabPlansOperations, LabPlan, String, String)

Updates oder erstellt eine Labplanressource.

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

Updates oder erstellt eine Labplanressource.

BeginDelete(ILabPlansOperations, String, String)

Löscht eine Labplanressource.

BeginDeleteAsync(ILabPlansOperations, String, String, CancellationToken)

Löscht eine Labplanressource.

BeginSaveImage(ILabPlansOperations, SaveImageBody, String, String)

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

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

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

BeginUpdate(ILabPlansOperations, LabPlanUpdate, String, String)

Updates eine Labplanressource.

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

Updates eine Labplanressource.

CreateOrUpdate(ILabPlansOperations, LabPlan, String, String)

Updates oder erstellt eine Labplanressource.

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

Updates oder erstellt eine Labplanressource.

Delete(ILabPlansOperations, String, String)

Löscht eine Labplanressource.

DeleteAsync(ILabPlansOperations, String, String, CancellationToken)

Löscht eine Labplanressource.

Get(ILabPlansOperations, String, String)

Ruft eine Labplanressource ab.

GetAsync(ILabPlansOperations, String, String, CancellationToken)

Ruft eine Labplanressource ab.

ListByResourceGroup(ILabPlansOperations, String)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListByResourceGroupAsync(ILabPlansOperations, String, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListByResourceGroupNext(ILabPlansOperations, String)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListByResourceGroupNextAsync(ILabPlansOperations, String, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement und eine Ressourcengruppe ab.

ListBySubscription(ILabPlansOperations, String)

Rufen Sie alle Labpläne für ein Abonnement ab.

ListBySubscriptionAsync(ILabPlansOperations, String, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement ab.

ListBySubscriptionNext(ILabPlansOperations, String)

Rufen Sie alle Labpläne für ein Abonnement ab.

ListBySubscriptionNextAsync(ILabPlansOperations, String, CancellationToken)

Rufen Sie alle Labpläne für ein Abonnement ab.

SaveImage(ILabPlansOperations, SaveImageBody, String, String)

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

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

Speichern Sie ein Image von einer Lab-VM im Katalog für angefügte freigegebene Images.

Update(ILabPlansOperations, LabPlanUpdate, String, String)

Updates eine Labplanressource.

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

Updates eine Labplanressource.

Gilt für: