Partager via


DeploymentsOperationsExtensions.Get Méthode

Définition

Obtient les déploiements spécifiés associés au compte Cognitive Services.

public static Microsoft.Azure.Management.CognitiveServices.Models.Deployment Get (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName);
static member Get : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string -> Microsoft.Azure.Management.CognitiveServices.Models.Deployment
<Extension()>
Public Function Get (operations As IDeploymentsOperations, resourceGroupName As String, accountName As String, deploymentName As String) As 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

Retours

S’applique à