Uses of Class
com.azure.storage.queue.models.QueueServiceProperties
Packages that use QueueServiceProperties
Package
Description
This package contains the classes to perform actions on Azure Storage Queue.
Package containing the data models for AzureQueueStorage.
-
Uses of QueueServiceProperties in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueServicePropertiesModifier and TypeMethodDescriptionQueueServiceClient.getProperties()
Retrieves the properties of the storage account's Queue service.Methods in com.azure.storage.queue that return types with arguments of type QueueServicePropertiesModifier and TypeMethodDescriptionQueueServiceAsyncClient.getProperties()
Retrieves the properties of the storage account's Queue service.Mono
<com.azure.core.http.rest.Response<QueueServiceProperties>> QueueServiceAsyncClient.getPropertiesWithResponse()
Retrieves the properties of the storage account's Queue service.com.azure.core.http.rest.Response
<QueueServiceProperties> QueueServiceClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Retrieves the properties of the storage account's Queue service.Methods in com.azure.storage.queue with parameters of type QueueServicePropertiesModifier and TypeMethodDescriptionQueueServiceAsyncClient.setProperties
(QueueServiceProperties properties) Sets the properties for the storage account's Queue service.void
QueueServiceClient.setProperties
(QueueServiceProperties properties) Sets the properties for the storage account's Queue service.QueueServiceAsyncClient.setPropertiesWithResponse
(QueueServiceProperties properties) Sets the properties for the storage account's Queue service.com.azure.core.http.rest.Response
<Void> QueueServiceClient.setPropertiesWithResponse
(QueueServiceProperties properties, Duration timeout, com.azure.core.util.Context context) Sets the properties for the storage account's Queue service. -
Uses of QueueServiceProperties in com.azure.storage.queue.models
Methods in com.azure.storage.queue.models that return QueueServicePropertiesModifier and TypeMethodDescriptionstatic QueueServiceProperties
QueueServiceProperties.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of QueueServiceProperties from the XmlReader.static QueueServiceProperties
Reads an instance of QueueServiceProperties from the XmlReader.QueueServiceProperties.setAnalyticsLogging
(QueueAnalyticsLogging analyticsLogging) Set the analyticsLogging property: Azure Analytics Logging settings.QueueServiceProperties.setCors
(List<QueueCorsRule> cors) Set the cors property: The set of CORS rules.QueueServiceProperties.setHourMetrics
(QueueMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.QueueServiceProperties.setMinuteMetrics
(QueueMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.