IDeploymentsOperations Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
DéploiementsOpérations opérations.
public interface IDeploymentsOperations
type IDeploymentsOperations = interface
Public Interface IDeploymentsOperations
Méthodes
Méthodes d’extension
BeginCreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment) |
Mettez à jour l’état des déploiements spécifiés associés au compte Cognitive Services. |
BeginCreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken) |
Mettez à jour l’état des déploiements spécifiés associés au compte Cognitive Services. |
BeginDelete(IDeploymentsOperations, String, String, String) |
Supprime le déploiement spécifié associé au compte Cognitive Services. |
BeginDeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Supprime le déploiement spécifié associé au compte Cognitive Services. |
CreateOrUpdate(IDeploymentsOperations, String, String, String, Deployment) |
Mettez à jour l’état des déploiements spécifiés associés au compte Cognitive Services. |
CreateOrUpdateAsync(IDeploymentsOperations, String, String, String, Deployment, CancellationToken) |
Mettez à jour l’état des déploiements spécifiés associés au compte Cognitive Services. |
Delete(IDeploymentsOperations, String, String, String) |
Supprime le déploiement spécifié associé au compte Cognitive Services. |
DeleteAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Supprime le déploiement spécifié associé au compte Cognitive Services. |
Get(IDeploymentsOperations, String, String, String) |
Obtient les déploiements spécifiés associés au compte Cognitive Services. |
GetAsync(IDeploymentsOperations, String, String, String, CancellationToken) |
Obtient les déploiements spécifiés associés au compte Cognitive Services. |
List(IDeploymentsOperations, String, String) |
Obtient les déploiements associés au compte Cognitive Services. |
ListAsync(IDeploymentsOperations, String, String, CancellationToken) |
Obtient les déploiements associés au compte Cognitive Services. |
ListNext(IDeploymentsOperations, String) |
Obtient les déploiements associés au compte Cognitive Services. |
ListNextAsync(IDeploymentsOperations, String, CancellationToken) |
Obtient les déploiements associés au compte Cognitive Services. |
S’applique à
Azure SDK for .NET