你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDeploymentsOperations 接口

定义

DeploymentsOperations 操作。

public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations

方法

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

更新与认知服务帐户关联的指定部署的状态。

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

删除与认知服务帐户关联的指定部署。

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

更新与认知服务帐户关联的指定部署的状态。

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

删除与认知服务帐户关联的指定部署。

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

获取与认知服务帐户关联的指定部署。

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

获取与认知服务帐户关联的部署。

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

获取与认知服务帐户关联的部署。

扩展方法

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

更新与认知服务帐户关联的指定部署的状态。

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

更新与认知服务帐户关联的指定部署的状态。

BeginDelete(IDeploymentsOperations, String, String, String)

删除与认知服务帐户关联的指定部署。

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

删除与认知服务帐户关联的指定部署。

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

更新与认知服务帐户关联的指定部署的状态。

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

更新与认知服务帐户关联的指定部署的状态。

Delete(IDeploymentsOperations, String, String, String)

删除与认知服务帐户关联的指定部署。

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

删除与认知服务帐户关联的指定部署。

Get(IDeploymentsOperations, String, String, String)

获取与认知服务帐户关联的指定部署。

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

获取与认知服务帐户关联的指定部署。

List(IDeploymentsOperations, String, String)

获取与认知服务帐户关联的部署。

ListAsync(IDeploymentsOperations, String, String, CancellationToken)

获取与认知服务帐户关联的部署。

ListNext(IDeploymentsOperations, String)

获取与认知服务帐户关联的部署。

ListNextAsync(IDeploymentsOperations, String, CancellationToken)

获取与认知服务帐户关联的部署。

适用于