Interface SystemTopic.DefinitionStages.WithCreate
-
- All Superinterfaces:
SystemTopic.DefinitionStages.WithIdentity,SystemTopic.DefinitionStages.WithSource,SystemTopic.DefinitionStages.WithTags,SystemTopic.DefinitionStages.WithTopicType
- All Known Subinterfaces:
SystemTopic.Definition
- Enclosing interface:
- SystemTopic.DefinitionStages
public static interface SystemTopic.DefinitionStages.WithCreate extends SystemTopic.DefinitionStages.WithTags, SystemTopic.DefinitionStages.WithIdentity, SystemTopic.DefinitionStages.WithSource, SystemTopic.DefinitionStages.WithTopicType
The stage of the SystemTopic definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SystemTopiccreate()Executes the create request.SystemTopiccreate(com.azure.core.util.Context context)Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.SystemTopic.DefinitionStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.SystemTopic.DefinitionStages.WithSource
withSource
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.SystemTopic.DefinitionStages.WithTags
withTags
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.SystemTopic.DefinitionStages.WithTopicType
withTopicType
-
-
-
-
Method Detail
-
create
SystemTopic create()
Executes the create request.- Returns:
- the created resource.
-
create
SystemTopic create(com.azure.core.util.Context context)
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-
-