共用方式為


DeploymentsOperationsExtensions.Delete Method

Definition

Deletes the specified deployment associated with the Cognitive Services account.

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)

Parameters

operations
IDeploymentsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

accountName
String

The name of Cognitive Services account.

deploymentName
String

The name of the deployment associated with the Cognitive Services Account

Applies to