次の方法で共有


ResourceManagementPrivateLinkOperationsExtensions.PutAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink> PutAsync (this Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations operations, string resourceGroupName, string rmplName, Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation parameters, System.Threading.CancellationToken cancellationToken = default);
static member PutAsync : Microsoft.Azure.Management.ResourceManager.IResourceManagementPrivateLinkOperations * string * string * Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLinkLocation * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Models.ResourceManagementPrivateLink>
<Extension()>
Public Function PutAsync (operations As IResourceManagementPrivateLinkOperations, resourceGroupName As String, rmplName As String, parameters As ResourceManagementPrivateLinkLocation, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ResourceManagementPrivateLink)

パラメーター

operations
IResourceManagementPrivateLinkOperations

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

resourceGroupName
String

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

rmplName
String

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

parameters
ResourceManagementPrivateLinkLocation

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象