次の方法で共有


NetworkManagementClientExtensions.BeginPutBastionShareableLinkNext メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink> BeginPutBastionShareableLinkNext (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string nextPageLink);
static member BeginPutBastionShareableLinkNext : Microsoft.Azure.Management.Network.INetworkManagementClient * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>
<Extension()>
Public Function BeginPutBastionShareableLinkNext (operations As INetworkManagementClient, nextPageLink As String) As IPage(Of BastionShareableLink)

パラメーター

operations
INetworkManagementClient

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

nextPageLink
String

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

戻り値

適用対象