QueueOperations interface

واجهة تمثل عمليات الطابور.

الخصائص

create

ينشئ طابور جديد باسم الطابور المحدد، تحت الحساب المحدد.

delete

يحذف الطابور الذي يحمل اسم الطابور المحدد، تحت الحساب المحدد إذا كان موجودا.

get

يحصل على الطابور الذي يحمل اسم الطابور المحدد، تحت الحساب المحدد إذا كان موجودا.

list

تحصل على قائمة بجميع قوائم الانتظار تحت حساب التخزين المحدد

update

ينشئ طابور جديد باسم الطابور المحدد، تحت الحساب المحدد.

تفاصيل الخاصية

create

ينشئ طابور جديد باسم الطابور المحدد، تحت الحساب المحدد.

create: (resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueCreateOptionalParams) => Promise<StorageQueue>

قيمة الخاصية

(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueCreateOptionalParams) => Promise<StorageQueue>

delete

يحذف الطابور الذي يحمل اسم الطابور المحدد، تحت الحساب المحدد إذا كان موجودا.

delete: (resourceGroupName: string, accountName: string, queueName: string, options?: QueueDeleteOptionalParams) => Promise<void>

قيمة الخاصية

(resourceGroupName: string, accountName: string, queueName: string, options?: QueueDeleteOptionalParams) => Promise<void>

get

يحصل على الطابور الذي يحمل اسم الطابور المحدد، تحت الحساب المحدد إذا كان موجودا.

get: (resourceGroupName: string, accountName: string, queueName: string, options?: QueueGetOptionalParams) => Promise<StorageQueue>

قيمة الخاصية

(resourceGroupName: string, accountName: string, queueName: string, options?: QueueGetOptionalParams) => Promise<StorageQueue>

list

تحصل على قائمة بجميع قوائم الانتظار تحت حساب التخزين المحدد

list: (resourceGroupName: string, accountName: string, options?: QueueListOptionalParams) => PagedAsyncIterableIterator<ListQueue, ListQueue[], PageSettings>

قيمة الخاصية

(resourceGroupName: string, accountName: string, options?: QueueListOptionalParams) => PagedAsyncIterableIterator<ListQueue, ListQueue[], PageSettings>

update

ينشئ طابور جديد باسم الطابور المحدد، تحت الحساب المحدد.

update: (resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueUpdateOptionalParams) => Promise<StorageQueue>

قيمة الخاصية

(resourceGroupName: string, accountName: string, queueName: string, queue: StorageQueue, options?: QueueUpdateOptionalParams) => Promise<StorageQueue>