次の方法で共有


ResourceManagementPrivateLinkOperationsExtensions.Put メソッド

定義

リソース管理グループのプライベート リンクを作成します。

public static Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink Put (this Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations operations, string resourceGroupName, string rmplName, Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation parameters);
static member Put : Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation -> Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink
<Extension()>
Public Function Put (operations As IResourceManagementPrivateLinkOperations, resourceGroupName As String, rmplName As String, parameters As ResourceManagementPrivateLinkLocation) As ResourceManagementPrivateLink

パラメーター

operations
IResourceManagementPrivateLinkOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

rmplName
String

リソース管理プライベート リンクの名前。

parameters
ResourceManagementPrivateLinkLocation

リソース管理プライベート リンクを作成するリージョン。

戻り値

適用対象