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

KubeTunnelJob.StopJobAsync Method

Definition

Overloads

StopJobAsync()
StopJobAsync(Boolean, String)

StopJobAsync()

public override void StopJobAsync ();
override this.StopJobAsync : unit -> unit
Public Overrides Sub StopJobAsync ()

Applies to

StopJobAsync(Boolean, String)

public override void StopJobAsync (bool force, string reason);
override this.StopJobAsync : bool * string -> unit
Public Overrides Sub StopJobAsync (force As Boolean, reason As String)

Parameters

force
Boolean
reason
String

Applies to