次の方法で共有


AppsOperationsExtensions.Get(IAppsOperations, String, String) メソッド

定義

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

public static Microsoft.Azure.Management.IotCentral.Models.App Get (this Microsoft.Azure.Management.IotCentral.IAppsOperations operations, string resourceGroupName, string resourceName);
static member Get : Microsoft.Azure.Management.IotCentral.IAppsOperations * string * string -> Microsoft.Azure.Management.IotCentral.Models.App
<Extension()>
Public Function Get (operations As IAppsOperations, resourceGroupName As String, resourceName As String) As App

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

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

resourceName
String

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

戻り値

App

適用対象