Freigeben über


SystemTopicsOperationsExtensions.BeginUpdate Methode

Definition

Aktualisieren eines Systemthemas.

public static Microsoft.Azure.Management.EventGrid.Models.SystemTopic BeginUpdate (this Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations operations, string resourceGroupName, string systemTopicName, Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters systemTopicUpdateParameters);
static member BeginUpdate : Microsoft.Azure.Management.EventGrid.ISystemTopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.SystemTopicUpdateParameters -> Microsoft.Azure.Management.EventGrid.Models.SystemTopic
<Extension()>
Public Function BeginUpdate (operations As ISystemTopicsOperations, resourceGroupName As String, systemTopicName As String, systemTopicUpdateParameters As SystemTopicUpdateParameters) As SystemTopic

Parameter

operations
ISystemTopicsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe im Abonnement des Benutzers.

systemTopicName
String

Name des Systemthemas.

systemTopicUpdateParameters
SystemTopicUpdateParameters

SystemTopic-Updateinformationen.

Gibt zurück

Hinweise

Aktualisiert asynchron ein Systemthema mit den angegebenen Parametern.

Gilt für: