你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PoolOperationsExtensions.Delete 方法

定义

删除指定的池。

public static Microsoft.Azure.Management.Batch.Models.PoolDeleteHeaders Delete (this Microsoft.Azure.Management.Batch.IPoolOperations operations, string resourceGroupName, string accountName, string poolName);
static member Delete : Microsoft.Azure.Management.Batch.IPoolOperations * string * string * string -> Microsoft.Azure.Management.Batch.Models.PoolDeleteHeaders
<Extension()>
Public Function Delete (operations As IPoolOperations, resourceGroupName As String, accountName As String, poolName As String) As PoolDeleteHeaders

参数

operations
IPoolOperations

此扩展方法的操作组。

resourceGroupName
String

包含 Batch 帐户的资源组的名称。

accountName
String

Batch 帐户的名称。

poolName
String

池名称。 这在帐户中必须是唯一的。

返回

适用于