Freigeben über


INotificationHubClient.PatchInstallation Methode

Definition

Patches für die Installation.

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
Public Sub PatchInstallation (installationId As String, operations As IList(Of PartialUpdateOperation))

Parameter

installationId
String

Der Installationsbezeichner.

operations
IList<PartialUpdateOperation>

Die Sammlung von Updatevorgängen.

Gilt für: