次の方法で共有


AppsOperationsExtensions.CreateOrUpdate メソッド

定義

IoT Central アプリケーションのメタデータを作成または更新します。 プロパティを変更する通常のパターンは、IoT Central アプリケーションのメタデータとセキュリティ メタデータを取得し、それらを新しい本文で変更された値と組み合わせて IoT Central アプリケーションを更新することです。

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

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

resourceName
String

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

app
App

IoT Central アプリケーションのメタデータとセキュリティ メタデータ。

戻り値

App

適用対象