共用方式為


DeploymentsOperationsExtensions Class

Definition

Extension methods for DeploymentsOperations.

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

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