QueueServicesOperations interface

Interface representing a QueueServices operations.

Properties

getServiceProperties

Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

list

List all queue services for the storage account

setServiceProperties

Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

Property Details

getServiceProperties

Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

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

Property Value

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

list

List all queue services for the storage account

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

Property Value

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

setServiceProperties

Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.

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

Property Value

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