次の方法で共有


NetworkManagementClientExtensions.GetBastionShareableLinkNext メソッド

定義

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

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

パラメーター

operations
INetworkManagementClient

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

nextPageLink
String

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

戻り値

適用対象