다음을 통해 공유


ExperimentsOperationsExtensions Class

Definition

Extension methods for ExperimentsOperations.

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

Methods

BeginCancel(IExperimentsOperations, String, String)

Cancel a running Experiment resource.

BeginCancelAsync(IExperimentsOperations, String, String, CancellationToken)

Cancel a running Experiment resource.

BeginCreateOrUpdate(IExperimentsOperations, String, String, Experiment)

Create or update a Experiment resource.

BeginCreateOrUpdateAsync(IExperimentsOperations, String, String, Experiment, CancellationToken)

Create or update a Experiment resource.

Cancel(IExperimentsOperations, String, String)

Cancel a running Experiment resource.

CancelAsync(IExperimentsOperations, String, String, CancellationToken)

Cancel a running Experiment resource.

CreateOrUpdate(IExperimentsOperations, String, String, Experiment)

Create or update a Experiment resource.

CreateOrUpdateAsync(IExperimentsOperations, String, String, Experiment, CancellationToken)

Create or update a Experiment resource.

Delete(IExperimentsOperations, String, String)

Delete a Experiment resource.

DeleteAsync(IExperimentsOperations, String, String, CancellationToken)

Delete a Experiment resource.

Get(IExperimentsOperations, String, String)

Get a Experiment resource.

GetAsync(IExperimentsOperations, String, String, CancellationToken)

Get a Experiment resource.

GetExecutionDetails(IExperimentsOperations, String, String, String)

Get an execution detail of a Experiment resource.

GetExecutionDetailsAsync(IExperimentsOperations, String, String, String, CancellationToken)

Get an execution detail of a Experiment resource.

GetStatus(IExperimentsOperations, String, String, String)

Get a status of a Experiment resource.

GetStatusAsync(IExperimentsOperations, String, String, String, CancellationToken)

Get a status of a Experiment resource.

List(IExperimentsOperations, String, Nullable<Boolean>, String)

Get a list of Experiment resources in a resource group.

ListAll(IExperimentsOperations, Nullable<Boolean>, String)

Get a list of Experiment resources in a subscription.

ListAllAsync(IExperimentsOperations, Nullable<Boolean>, String, CancellationToken)

Get a list of Experiment resources in a subscription.

ListAllNext(IExperimentsOperations, String)

Get a list of Experiment resources in a subscription.

ListAllNextAsync(IExperimentsOperations, String, CancellationToken)

Get a list of Experiment resources in a subscription.

ListAllStatuses(IExperimentsOperations, String, String)

Get a list of statuses of a Experiment resource.

ListAllStatusesAsync(IExperimentsOperations, String, String, CancellationToken)

Get a list of statuses of a Experiment resource.

ListAllStatusesNext(IExperimentsOperations, String)

Get a list of statuses of a Experiment resource.

ListAllStatusesNextAsync(IExperimentsOperations, String, CancellationToken)

Get a list of statuses of a Experiment resource.

ListAsync(IExperimentsOperations, String, Nullable<Boolean>, String, CancellationToken)

Get a list of Experiment resources in a resource group.

ListExecutionDetails(IExperimentsOperations, String, String)

Get a list of execution details of a Experiment resource.

ListExecutionDetailsAsync(IExperimentsOperations, String, String, CancellationToken)

Get a list of execution details of a Experiment resource.

ListExecutionDetailsNext(IExperimentsOperations, String)

Get a list of execution details of a Experiment resource.

ListExecutionDetailsNextAsync(IExperimentsOperations, String, CancellationToken)

Get a list of execution details of a Experiment resource.

ListNext(IExperimentsOperations, String)

Get a list of Experiment resources in a resource group.

ListNextAsync(IExperimentsOperations, String, CancellationToken)

Get a list of Experiment resources in a resource group.

Start(IExperimentsOperations, String, String)

Start a Experiment resource.

StartAsync(IExperimentsOperations, String, String, CancellationToken)

Start a Experiment resource.

Applies to