Uses of Class
com.azure.storage.blob.models.BlobServiceProperties
Packages that use BlobServiceProperties
Package
Description
Package containing the classes for BlobServiceClient.
Package containing the data models for AzureBlobStorage.
-
Uses of BlobServiceProperties in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServicePropertiesModifier and TypeMethodDescriptionBlobServiceClient.getProperties()
Gets the properties of a storage account’s Blob service.Methods in com.azure.storage.blob that return types with arguments of type BlobServicePropertiesModifier and TypeMethodDescriptionBlobServiceAsyncClient.getProperties()
Gets the properties of a storage account’s Blob service.Mono
<com.azure.core.http.rest.Response<BlobServiceProperties>> BlobServiceAsyncClient.getPropertiesWithResponse()
Gets the properties of a storage account’s Blob service.com.azure.core.http.rest.Response
<BlobServiceProperties> BlobServiceClient.getPropertiesWithResponse
(Duration timeout, com.azure.core.util.Context context) Gets the properties of a storage account’s Blob service.Methods in com.azure.storage.blob with parameters of type BlobServicePropertiesModifier and TypeMethodDescriptionBlobServiceAsyncClient.setProperties
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.void
BlobServiceClient.setProperties
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.BlobServiceAsyncClient.setPropertiesWithResponse
(BlobServiceProperties properties) Sets properties for a storage account's Blob service endpoint.com.azure.core.http.rest.Response
<Void> BlobServiceClient.setPropertiesWithResponse
(BlobServiceProperties properties, Duration timeout, com.azure.core.util.Context context) Sets properties for a storage account's Blob service endpoint. -
Uses of BlobServiceProperties in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return BlobServicePropertiesModifier and TypeMethodDescriptionstatic BlobServiceProperties
BlobServiceProperties.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of BlobServiceProperties from the XmlReader.static BlobServiceProperties
Reads an instance of BlobServiceProperties from the XmlReader.BlobServiceProperties.setCors
(List<BlobCorsRule> cors) Set the cors property: The set of CORS rules.BlobServiceProperties.setDefaultServiceVersion
(String defaultServiceVersion) Set the defaultServiceVersion property: The default version to use for requests to the Blob service if an incoming request's version is not specified.BlobServiceProperties.setDeleteRetentionPolicy
(BlobRetentionPolicy deleteRetentionPolicy) Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.BlobServiceProperties.setHourMetrics
(BlobMetrics hourMetrics) Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.setLogging
(BlobAnalyticsLogging logging) Set the logging property: Azure Analytics Logging settings.BlobServiceProperties.setMinuteMetrics
(BlobMetrics minuteMetrics) Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServiceProperties.setStaticWebsite
(StaticWebsite staticWebsite) Set the staticWebsite property: The properties that enable an account to host a static website.