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

FabricClient.ServiceGroupManagementClient.DeleteServiceGroupAsync Method

Definition

Overloads

DeleteServiceGroupAsync(Uri)

public System.Threading.Tasks.Task DeleteServiceGroupAsync(Uri serviceGroupName);
member this.DeleteServiceGroupAsync : Uri -> System.Threading.Tasks.Task
Public Function DeleteServiceGroupAsync (serviceGroupName As Uri) As Task

Parameters

serviceGroupName
System.Uri

Returns

System.Threading.Tasks.Task

Applies to

DeleteServiceGroupAsync(Uri, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task DeleteServiceGroupAsync(Uri serviceGroupName, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.DeleteServiceGroupAsync : Uri * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function DeleteServiceGroupAsync (serviceGroupName As Uri, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

serviceGroupName
System.Uri
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to