QueueServicesOperations interface

QueueServices操作を表すインターフェース。

プロパティ

getServiceProperties

ストレージアカウントのキューサービスのプロパティを取得し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。

list

ストレージ アカウントのすべてのキュー サービスを一覧表示する

setServiceProperties

ストレージアカウントのキューサービスのプロパティを設定し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含みます。

プロパティの詳細

getServiceProperties

ストレージアカウントのキューサービスのプロパティを取得し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含まれます。

getServiceProperties: (resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams) => Promise<QueueServiceProperties>

プロパティ値

(resourceGroupName: string, accountName: string, options?: QueueServicesGetServicePropertiesOptionalParams) => Promise<QueueServiceProperties>

list

ストレージ アカウントのすべてのキュー サービスを一覧表示する

list: (resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams) => Promise<ListQueueServices>

プロパティ値

(resourceGroupName: string, accountName: string, options?: QueueServicesListOptionalParams) => Promise<ListQueueServices>

setServiceProperties

ストレージアカウントのキューサービスのプロパティを設定し、Storage AnalyticsやCORS(Cross-Origin Resource Sharing)ルールのプロパティも含みます。

setServiceProperties: (resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams) => Promise<QueueServiceProperties>

プロパティ値

(resourceGroupName: string, accountName: string, parameters: QueueServiceProperties, options?: QueueServicesSetServicePropertiesOptionalParams) => Promise<QueueServiceProperties>