次の方法で共有


AppsOperationsExtensions.GetAsync メソッド

定義

IoT Central アプリケーションのメタデータを取得します。

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

IoT Central アプリケーションを含むリソース グループの名前。

resourceName
String

IoT Central アプリケーションの ARM リソース名。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象