次の方法で共有


NetworkManagementClientExtensions.DeleteBastionShareableLink メソッド

定義

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

public static void DeleteBastionShareableLink (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest);
static member DeleteBastionShareableLink : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest -> unit
<Extension()>
Public Sub DeleteBastionShareableLink (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest)

パラメーター

operations
INetworkManagementClient

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

resourceGroupName
String

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

bastionHostName
String

Bastion ホストの名前。

bslRequest
BastionShareableLinkListRequest

すべての Bastion Shareable Link エンドポイントに対する要求を投稿します。

適用対象