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

IApplicationGateways.StopAsync 方法

定义

重载

StopAsync(ICollection<String>, CancellationToken)

以异步方式并行停止指定的应用程序网关。

StopAsync(String[], CancellationToken)

以异步方式并行停止指定的应用程序网关。

StopAsync(ICollection<String>, CancellationToken)

以异步方式并行停止指定的应用程序网关。

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> StopAsync (System.Collections.Generic.ICollection<string> ids, System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : System.Collections.Generic.ICollection<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Public Function StopAsync (ids As ICollection(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of String))

参数

ids
ICollection<String>

应用程序网关资源 ID。

cancellationToken
CancellationToken

返回

适用于

StopAsync(String[], CancellationToken)

以异步方式并行停止指定的应用程序网关。

public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<string>> StopAsync (string[] ids, System.Threading.CancellationToken cancellationToken = default);
abstract member StopAsync : string[] * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<string>>
Public Function StopAsync (ids As String(), Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of String))

参数

ids
String[]

应用程序网关资源 ID。

cancellationToken
CancellationToken

返回

适用于