Uses of Class
com.azure.storage.queue.models.QueueServiceProperties
-
Packages that use QueueServiceProperties Package Description com.azure.storage.queue This package contains the classes to perform actions on Azure Storage Queue.com.azure.storage.queue.models Package containing classes for AzureQueueStorage. -
-
Uses of QueueServiceProperties in com.azure.storage.queue
Methods in com.azure.storage.queue that return QueueServiceProperties Modifier and Type Method Description QueueServicePropertiesQueueServiceClient. getProperties()Retrieves the properties of the storage account's Queue service.Methods in com.azure.storage.queue that return types with arguments of type QueueServiceProperties Modifier and Type Method Description Mono<QueueServiceProperties>QueueServiceAsyncClient. 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 QueueServiceProperties Modifier and Type Method Description Mono<Void>QueueServiceAsyncClient. setProperties(QueueServiceProperties properties)Sets the properties for the storage account's Queue service.voidQueueServiceClient. setProperties(QueueServiceProperties properties)Sets the properties for the storage account's Queue service.Mono<com.azure.core.http.rest.Response<Void>>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 QueueServiceProperties Modifier and Type Method Description QueueServicePropertiesQueueServiceProperties. setAnalyticsLogging(QueueAnalyticsLogging analyticsLogging)Set the analyticsLogging property: Azure Analytics Logging settings.QueueServicePropertiesQueueServiceProperties. setCors(List<QueueCorsRule> cors)Set the cors property: The set of CORS rules.QueueServicePropertiesQueueServiceProperties. setHourMetrics(QueueMetrics hourMetrics)Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for queues.QueueServicePropertiesQueueServiceProperties. setMinuteMetrics(QueueMetrics minuteMetrics)Set the minuteMetrics property: a summary of request statistics grouped by API in minute aggregates for queues.
-