共用方式為


IExperimentsOperations Interface

Definition

ExperimentsOperations operations.

public interface IExperimentsOperations
type IExperimentsOperations = interface
Public Interface IExperimentsOperations

Methods

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

Cancel a running Experiment resource.

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

Create or update a Experiment resource.

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

Cancel a running Experiment resource.

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

Create or update a Experiment resource.

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

Delete a Experiment resource.

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

Get an execution detail of a Experiment resource.

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

Get a status of a Experiment resource.

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

Get a Experiment resource.

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

Get a list of Experiment resources in a subscription.

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

Get a list of statuses of a Experiment resource.

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

Get a list of statuses of a Experiment resource.

ListAllWithHttpMessagesAsync(Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get a list of Experiment resources in a subscription.

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

Get a list of execution details of a Experiment resource.

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

Get a list of execution details of a Experiment resource.

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

Get a list of Experiment resources in a resource group.

ListWithHttpMessagesAsync(String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Get a list of Experiment resources in a resource group.

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

Start a Experiment resource.

Extension 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