PrivateLinkResourcesOperationsExtensions.GetAsync メソッド

定義

指定されたプライベート リンク リソースを取得する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.GroupIdInformation> GetAsync (this Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName, string groupId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.IotHub.Models.GroupIdInformation>
<Extension()>
Public Function GetAsync (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, resourceName As String, groupId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GroupIdInformation)

パラメーター

operations
IPrivateLinkResourcesOperations

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

resourceGroupName
String

IoT ハブを含むリソース グループの名前。

resourceName
String

IoT ハブの名前。

groupId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定された IotHub の指定されたプライベート リンク リソースを取得します

適用対象