Share via


TopicsOperationsExtensions.Update Method

Definition

Update a topic.

public static Microsoft.Azure.Management.EventGrid.Models.Topic Update (this Microsoft.Azure.Management.EventGrid.ITopicsOperations operations, string resourceGroupName, string topicName, Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters topicUpdateParameters);
static member Update : Microsoft.Azure.Management.EventGrid.ITopicsOperations * string * string * Microsoft.Azure.Management.EventGrid.Models.TopicUpdateParameters -> Microsoft.Azure.Management.EventGrid.Models.Topic
<Extension()>
Public Function Update (operations As ITopicsOperations, resourceGroupName As String, topicName As String, topicUpdateParameters As TopicUpdateParameters) As Topic

Parameters

operations
ITopicsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group within the user's subscription.

topicName
String

Name of the topic.

topicUpdateParameters
TopicUpdateParameters

Topic update information.

Returns

Remarks

Asynchronously updates a topic with the specified parameters.

Applies to