Share via


NotificationHubClient.PatchInstallation メソッド

定義

インストールにパッチを適用します。

public void PatchInstallation (string installationId, System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> operations);
abstract member PatchInstallation : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> -> unit
override this.PatchInstallation : string * System.Collections.Generic.IList<Microsoft.Azure.NotificationHubs.PartialUpdateOperation> -> unit
Public Sub PatchInstallation (installationId As String, operations As IList(Of PartialUpdateOperation))

パラメーター

installationId
String

インストール識別子。

operations
IList<PartialUpdateOperation>

更新操作のコレクション。

実装

適用対象