Uses of Class
com.azure.storage.blob.models.BlobServiceProperties
-
Packages that use BlobServiceProperties Package Description com.azure.storage.blob Package containing the classes for BlobServiceClient.com.azure.storage.blob.models Package containing classes for AzureBlobStorage. -
-
Uses of BlobServiceProperties in com.azure.storage.blob
Methods in com.azure.storage.blob that return BlobServiceProperties Modifier and Type Method Description BlobServicePropertiesBlobServiceClient. getProperties()Gets the properties of a storage account’s Blob service.Methods in com.azure.storage.blob that return types with arguments of type BlobServiceProperties Modifier and Type Method Description Mono<BlobServiceProperties>BlobServiceAsyncClient. 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 BlobServiceProperties Modifier and Type Method Description Mono<Void>BlobServiceAsyncClient. setProperties(BlobServiceProperties properties)Sets properties for a storage account's Blob service endpoint.voidBlobServiceClient. setProperties(BlobServiceProperties properties)Sets properties for a storage account's Blob service endpoint.Mono<com.azure.core.http.rest.Response<Void>>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 BlobServiceProperties Modifier and Type Method Description BlobServicePropertiesBlobServiceProperties. setCors(List<BlobCorsRule> cors)Set the cors property: The set of CORS rules.BlobServicePropertiesBlobServiceProperties. 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.BlobServicePropertiesBlobServiceProperties. setDeleteRetentionPolicy(BlobRetentionPolicy deleteRetentionPolicy)Set the deleteRetentionPolicy property: the retention policy which determines how long the associated data should persist.BlobServicePropertiesBlobServiceProperties. setHourMetrics(BlobMetrics hourMetrics)Set the hourMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServicePropertiesBlobServiceProperties. setLogging(BlobAnalyticsLogging logging)Set the logging property: Azure Analytics Logging settings.BlobServicePropertiesBlobServiceProperties. setMinuteMetrics(BlobMetrics minuteMetrics)Set the minuteMetrics property: a summary of request statistics grouped by API in hour or minute aggregates for blobs.BlobServicePropertiesBlobServiceProperties. setStaticWebsite(StaticWebsite staticWebsite)Set the staticWebsite property: The properties that enable an account to host a static website.
-