次の方法で共有


AppsOperationsExtensions.BeginUpdate メソッド

定義

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

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

パラメーター

operations
IAppsOperations

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

resourceGroupName
String

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

resourceName
String

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

appPatch
AppPatch

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

戻り値

App

適用対象