IWithSize.WithSizeInMB(Int64) Method

Definition

Specifies the maximum size of memory allocated for the topic.

public Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate WithSizeInMB (long sizeInMB);
abstract member WithSizeInMB : int64 -> Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition.IWithCreate
Public Function WithSizeInMB (sizeInMB As Long) As IWithCreate

Parameters

sizeInMB
Int64

Size in MB.

Returns

Applies to