Package | Description |
---|---|
com.azure.storage.blob |
Package containing the classes for BlobServiceClient.
|
com.azure.storage.blob.models |
Package containing classes for AzureBlobStorage.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceClient.getProperties()
Gets the properties of a storage account’s Blob service.
|
Modifier and Type | Method and Description |
---|---|
Mono<Void> |
BlobServiceAsyncClient.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.
|
Mono<Response<Void>> |
BlobServiceAsyncClient.setPropertiesWithResponse(BlobServiceProperties properties)
Sets properties for a storage account's Blob service endpoint.
|
Response<Void> |
BlobServiceClient.setPropertiesWithResponse(BlobServiceProperties properties,
Duration timeout,
Context context)
Sets properties for a storage account's Blob service endpoint.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties |
BlobServiceProperties.setCors(List<BlobCorsRule> cors)
Set the cors property: The set of CORS rules.
|
BlobServiceProperties |
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 |
BlobServiceProperties.setDeleteRetentionPolicy(BlobRetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy property: The deleteRetentionPolicy
property.
|
BlobServiceProperties |
BlobServiceProperties.setHourMetrics(BlobMetrics hourMetrics)
Set the hourMetrics property: The hourMetrics property.
|
BlobServiceProperties |
BlobServiceProperties.setLogging(BlobAnalyticsLogging logging)
Set the logging property: The logging property.
|
BlobServiceProperties |
BlobServiceProperties.setMinuteMetrics(BlobMetrics minuteMetrics)
Set the minuteMetrics property: The minuteMetrics property.
|
BlobServiceProperties |
BlobServiceProperties.setStaticWebsite(StaticWebsite staticWebsite)
Set the staticWebsite property: The staticWebsite property.
|
Copyright © 2019 Microsoft Corporation. All rights reserved.