IAffinityGroupOperations.DeleteAsync 方法
Asynchronously deletes an affinity group from the specified subscription.
命名空间: Microsoft.WindowsAzure.Management
程序集: Microsoft.WindowsAzure.Management(在 Microsoft.WindowsAzure.Management.dll 中)
使用
用法
Dim instance As IAffinityGroupOperations
Dim affinityGroupName As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of AzureOperationResponse)
returnValue = instance.DeleteAsync(affinityGroupName, cancellationToken)
语法
声明
Function DeleteAsync ( _
affinityGroupName As String, _
cancellationToken As CancellationToken _
) As Task(Of AzureOperationResponse)
Task<AzureOperationResponse> DeleteAsync (
string affinityGroupName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse^>^ DeleteAsync (
String^ affinityGroupName,
CancellationToken cancellationToken
)
Task<AzureOperationResponse> DeleteAsync (
String affinityGroupName,
CancellationToken cancellationToken
)
function DeleteAsync (
affinityGroupName : String,
cancellationToken : CancellationToken
) : Task<AzureOperationResponse>
参数
- affinityGroupName
The name of the affinity group to delete.
- cancellationToken
The cancellation token.
返回值
An OperationResponse object that includes an HTTP status code and request ID.
备注
Before you delete an affinity group, you must modify or delete any resources that currently use it. An affinity group cannot be deleted as long as it is associated with any resources.
For more information about deleting affinity groups, see the following resources:
线程安全
此类型的所有公开静态(在 Visual Basic 中为共享)成员均为线程安全型成员。但不保证所有实例成员都是线程安全的。
平台
开发平台
Windows Vista、Windows 7 和 Windows Server 2008
目标平台
另请参阅
参考
IAffinityGroupOperations 接口
IAffinityGroupOperations 成员
Microsoft.WindowsAzure.Management 命名空间