| Package | Description |
|---|---|
| com.microsoft.azure.storage |
This package contains the classes for StorageClient.
|
| com.microsoft.azure.storage.blob | |
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
StorageServiceProperties |
GeneratedServices.getProperties(Integer timeout,
String requestId)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Maybe<StorageServiceProperties> |
GeneratedServices.getPropertiesAsync(Integer timeout,
String requestId)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
com.microsoft.rest.v2.ServiceFuture<StorageServiceProperties> |
GeneratedServices.getPropertiesAsync(Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<StorageServiceProperties> serviceCallback)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedServices.setProperties(StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Completable |
GeneratedServices.setPropertiesAsync(StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
com.microsoft.rest.v2.ServiceFuture<Void> |
GeneratedServices.setPropertiesAsync(StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<Void> serviceCallback)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
io.reactivex.Single<ServiceSetPropertiesResponse> |
GeneratedServices.setPropertiesWithRestResponseAsync(StorageServiceProperties storageServiceProperties,
Integer timeout,
String requestId)
Sets properties for a storage account's Blob service endpoint, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.rest.v2.ServiceFuture<StorageServiceProperties> |
GeneratedServices.getPropertiesAsync(Integer timeout,
String requestId,
com.microsoft.rest.v2.ServiceCallback<StorageServiceProperties> serviceCallback)
gets the properties of a storage account's Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<ServiceSetPropertiesResponse> |
ServiceURL.setProperties(StorageServiceProperties properties)
Sets properties for a storage account's Blob service endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
StorageServiceProperties |
ServiceGetPropertiesResponse.body() |
StorageServiceProperties |
StorageServiceProperties.withCors(List<CorsRule> cors)
Set the cors value.
|
StorageServiceProperties |
StorageServiceProperties.withDefaultServiceVersion(String defaultServiceVersion)
Set the defaultServiceVersion value.
|
StorageServiceProperties |
StorageServiceProperties.withDeleteRetentionPolicy(RetentionPolicy deleteRetentionPolicy)
Set the deleteRetentionPolicy value.
|
StorageServiceProperties |
StorageServiceProperties.withHourMetrics(Metrics hourMetrics)
Set the hourMetrics value.
|
StorageServiceProperties |
StorageServiceProperties.withLogging(Logging logging)
Set the logging value.
|
StorageServiceProperties |
StorageServiceProperties.withMinuteMetrics(Metrics minuteMetrics)
Set the minuteMetrics value.
|
| Constructor and Description |
|---|
ServiceGetPropertiesResponse(int statusCode,
ServiceGetPropertiesHeaders headers,
Map<String,String> rawHeaders,
StorageServiceProperties body)
Creates an instance of ServiceGetPropertiesResponse.
|
Copyright © 2018. All rights reserved.