IWithPartitioning.WithoutPartitioning Method

Definition

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.

public Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate WithoutPartitioning ();
abstract member WithoutPartitioning : unit -> Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate
Public Function WithoutPartitioning () As IWithCreate

Returns

Applies to