Bagikan melalui


IWithSize.WithSizeInMB(Int64) Method

Definition

Specifies the maximum size of memory allocated for the queue.

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

Parameters

sizeInMB
Int64

Size in MB.

Returns

Applies to