次の方法で共有


NetworkManagementClientExtensions.BeginDeleteBastionShareableLinkAsync メソッド

定義

要求で指定されたすべての VM の Bastion 共有可能リンクを削除します。

public static System.Threading.Tasks.Task BeginDeleteBastionShareableLinkAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteBastionShareableLinkAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteBastionShareableLinkAsync (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

operations
INetworkManagementClient

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

bastionHostName
String

Bastion ホストの名前。

bslRequest
BastionShareableLinkListRequest

すべての Bastion 共有可能リンク エンドポイントの要求を投稿します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象