共用方式為


DeploymentsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified deployment associated with the Cognitive Services account.

public static void BeginDelete (this Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations operations, string resourceGroupName, string accountName, string deploymentName);
static member BeginDelete : Microsoft.Azure.Management.CognitiveServices.IDeploymentsOperations * string * string * string -> unit
<Extension()>
Public Sub BeginDelete (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