Interface Topic.DefinitionStages.WithCreate
-
- All Superinterfaces:
Topic.DefinitionStages.WithDisableLocalAuth,Topic.DefinitionStages.WithIdentity,Topic.DefinitionStages.WithInboundIpRules,Topic.DefinitionStages.WithInputSchema,Topic.DefinitionStages.WithInputSchemaMapping,Topic.DefinitionStages.WithPublicNetworkAccess,Topic.DefinitionStages.WithTags
- All Known Subinterfaces:
Topic.Definition
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.WithCreate extends Topic.DefinitionStages.WithTags, Topic.DefinitionStages.WithIdentity, Topic.DefinitionStages.WithInputSchema, Topic.DefinitionStages.WithInputSchemaMapping, Topic.DefinitionStages.WithPublicNetworkAccess, Topic.DefinitionStages.WithInboundIpRules, Topic.DefinitionStages.WithDisableLocalAuth
The stage of the Topic 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 Topiccreate()Executes the create request.Topiccreate(com.azure.core.util.Context context)Executes the create request.-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithDisableLocalAuth
withDisableLocalAuth
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithInboundIpRules
withInboundIpRules
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithInputSchema
withInputSchema
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithInputSchemaMapping
withInputSchemaMapping
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithPublicNetworkAccess
withPublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.eventgrid.models.Topic.DefinitionStages.WithTags
withTags
-
-