Interface Topic.DefinitionStages.Blank
-
- All Superinterfaces:
Creatable<Topic>,HasName,Indexable,Topic.DefinitionStages.WithAuthorizationRule,Topic.DefinitionStages.WithCreate,Topic.DefinitionStages.WithDefaultMessageTTL,Topic.DefinitionStages.WithDeleteOnIdle,Topic.DefinitionStages.WithDuplicateMessageDetection,Topic.DefinitionStages.WithExpressMessage,Topic.DefinitionStages.WithMessageBatching,Topic.DefinitionStages.WithPartitioning,Topic.DefinitionStages.WithSize,Topic.DefinitionStages.WithSubscription
- All Known Subinterfaces:
Topic.Definition
- Enclosing interface:
- Topic.DefinitionStages
public static interface Topic.DefinitionStages.Blank extends Topic.DefinitionStages.WithCreate
The first stage of a topic definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithAuthorizationRule
withNewListenRule, withNewManageRule, withNewSendRule
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithDefaultMessageTTL
withDefaultMessageTTL
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithDeleteOnIdle
withDeleteOnIdleDurationInMinutes
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithDuplicateMessageDetection
withDuplicateMessageDetection
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithExpressMessage
withExpressMessage
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithMessageBatching
withoutMessageBatching
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithPartitioning
withoutPartitioning, withPartitioning
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithSize
withSizeInMB
-
Methods inherited from interface com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithSubscription
withNewSubscription
-
-