DeploymentsOperationsExtensions.GetAsync Méthode
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.
Obtient les déploiements spécifiés associés au compte Cognitive Services.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Deployment> GetAsync (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CognitiveServices.Models.Deployment>
<Extension()>
Public Function GetAsync (operations As IDeploymentsOperations, resourceGroupName As String, accountName As String, deploymentName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Deployment)
Paramètres
- operations
- IDeploymentsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte Cognitive Services.
- deploymentName
- String
Nom du déploiement associé au compte Cognitive Services
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET