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