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

DeploymentsOperationsExtensions 类

定义

DeploymentsOperations 的扩展方法。

public static class DeploymentsOperationsExtensions
type DeploymentsOperationsExtensions = class
Public Module DeploymentsOperationsExtensions
继承
DeploymentsOperationsExtensions

方法

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)

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

适用于