Partager via


DeploymentsOperationsExtensions.Delete Méthode

Définition

Supprime le déploiement spécifié associé au compte Cognitive Services.

public static void Delete (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName);
static member Delete : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IDeploymentsOperations, resourceGroupName As String, accountName As String, deploymentName As String)

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

S’applique à