次の方法で共有


ICosmosDBAccount.GetPrivateLinkResourceAsync メソッド

定義

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IPrivateLinkResource> GetPrivateLinkResourceAsync (string groupName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPrivateLinkResourceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IPrivateLinkResource>
Public Function GetPrivateLinkResourceAsync (groupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPrivateLinkResource)

パラメーター

groupName
String

プライベート リンク リソースのグループ名。

cancellationToken
CancellationToken

戻り値

適用対象