38 строки
2.6 KiB
YAML
38 строки
2.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning"
|
|
fullName: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning"
|
|
name: "Topic.DefinitionStages.WithPartitioning"
|
|
nameWithType: "Topic.DefinitionStages.WithPartitioning"
|
|
summary: "The stage of the topic definition allowing to specify partitioning behaviour."
|
|
syntax: "public static interface **Topic.DefinitionStages.WithPartitioning**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning.withPartitioning()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning.withPartitioning()"
|
|
name: "withPartitioning()"
|
|
nameWithType: "Topic.DefinitionStages.WithPartitioning.withPartitioning()"
|
|
summary: "Specifies that partitioning should be enabled on this topic."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Topic.DefinitionStages.WithCreate withPartitioning()"
|
|
desc: "Specifies that partitioning should be enabled on this topic."
|
|
returns:
|
|
description: "the next stage of topic definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning.withoutPartitioning()"
|
|
fullName: "com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithPartitioning.withoutPartitioning()"
|
|
name: "withoutPartitioning()"
|
|
nameWithType: "Topic.DefinitionStages.WithPartitioning.withoutPartitioning()"
|
|
summary: "Specifies that the default partitioning should be disabled on this topic."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Topic.DefinitionStages.WithCreate withoutPartitioning()"
|
|
desc: "Specifies that the default partitioning should be disabled on this topic. Note: if the parent Service Bus is Premium SKU then partition cannot be disabled"
|
|
returns:
|
|
description: "the next stage of topic definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.servicebus.Topic.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "The stage of the topic definition allowing to specify partitioning behaviour."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.servicebus"
|
|
artifact: com.microsoft.azure:azure-mgmt-servicebus:1.41.4
|