次の方法で共有


NetworkManagementClientExtensions.BeginPutBastionShareableLinkNextAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>> BeginPutBastionShareableLinkNextAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member BeginPutBastionShareableLinkNextAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>>
<Extension()>
Public Function BeginPutBastionShareableLinkNextAsync (operations As INetworkManagementClient, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of BastionShareableLink))

パラメーター

operations
INetworkManagementClient

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

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象