次の方法で共有


NetworkManagementClientExtensions.PutBastionShareableLinkNext メソッド

定義

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

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

パラメーター

operations
INetworkManagementClient

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

nextPageLink
String

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

戻り値

適用対象