次の方法で共有


NetworkManagementClientExtensions.PutBastionShareableLink メソッド

定義

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

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

パラメーター

operations
INetworkManagementClient

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

resourceGroupName
String

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

bastionHostName
String

Bastion ホストの名前。

bslRequest
BastionShareableLinkListRequest

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

戻り値

適用対象