Interface Topic.Update
-
- All Superinterfaces:
Topic.UpdateStages.WithDisableLocalAuth,Topic.UpdateStages.WithIdentity,Topic.UpdateStages.WithInboundIpRules,Topic.UpdateStages.WithPublicNetworkAccess,Topic.UpdateStages.WithTags
- Enclosing interface:
- Topic
public static interface Topic.Update extends Topic.UpdateStages.WithTags, Topic.UpdateStages.WithIdentity, Topic.UpdateStages.WithPublicNetworkAccess, Topic.UpdateStages.WithInboundIpRules, Topic.UpdateStages.WithDisableLocalAuth
The template for Topic update.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Topicapply()Executes the update request.Topicapply(com.azure.core.util.Context context)Executes the update request.-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.UpdateStages.WithDisableLocalAuth
withDisableLocalAuth
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.UpdateStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.UpdateStages.WithInboundIpRules
withInboundIpRules
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.UpdateStages.WithPublicNetworkAccess
withPublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.UpdateStages.WithTags
withTags
-
-