次の方法で共有


NetworkManagementClientExtensions.PutBastionShareableLinkAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>> PutBastionShareableLinkAsync (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 PutBastionShareableLinkAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>
<Extension()>
Public Function PutBastionShareableLinkAsync (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BastionShareableLink))

パラメーター

operations
INetworkManagementClient

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

resourceGroupName
String

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

bastionHostName
String

Bastion ホストの名前。

bslRequest
BastionShareableLinkListRequest

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象