Condividi tramite


IDeploymentsOperations Interface

Definition

DeploymentsOperations operations.

public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations

Methods

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

Update the state of specified deployments associated with the Cognitive Services account.

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

Deletes the specified deployment associated with the Cognitive Services account.

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

Update the state of specified deployments associated with the Cognitive Services account.

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

Deletes the specified deployment associated with the Cognitive Services account.

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

Gets the specified deployments associated with the Cognitive Services account.

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

Gets the deployments associated with the Cognitive Services account.

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

Gets the deployments associated with the Cognitive Services account.

Extension Methods

BeginCreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment)

Update the state of specified deployments associated with the Cognitive Services account.

BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken)

Update the state of specified deployments associated with the Cognitive Services account.

BeginDelete(IDeploymentsOperations, String, String, String)

Deletes the specified deployment associated with the Cognitive Services account.

BeginDeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken)

Deletes the specified deployment associated with the Cognitive Services account.

CreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment)

Update the state of specified deployments associated with the Cognitive Services account.

CreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken)

Update the state of specified deployments associated with the Cognitive Services account.

Delete(IDeploymentsOperations, String, String, String)

Deletes the specified deployment associated with the Cognitive Services account.

DeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken)

Deletes the specified deployment associated with the Cognitive Services account.

Get(IDeploymentsOperations, String, String, String)

Gets the specified deployments associated with the Cognitive Services account.

GetAsync(IDeploymentsOperations, String, String, String, CancellationToken)

Gets the specified deployments associated with the Cognitive Services account.

List(IDeploymentsOperations, String, String)

Gets the deployments associated with the Cognitive Services account.

ListAsync(IDeploymentsOperations, String, String, CancellationToken)

Gets the deployments associated with the Cognitive Services account.

ListNext(IDeploymentsOperations, String)

Gets the deployments associated with the Cognitive Services account.

ListNextAsync(IDeploymentsOperations, String, CancellationToken)

Gets the deployments associated with the Cognitive Services account.

Applies to