QueueServicePropertiesProperties Class

The properties of a storage account's Queue service.

Constructor

QueueServicePropertiesProperties(*args: Any, **kwargs: Any)

Variables

Name Description
cors

Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service.

Attributes

cors

Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service.

cors: _models.CorsRules | None