| Package | Description |
|---|---|
| com.microsoft.azure.storage.blob.models |
This package contains the blob.models classes for StorageClient.
|
| Modifier and Type | Method and Description |
|---|---|
CorsRule |
CorsRule.withAllowedHeaders(String allowedHeaders)
Set the allowedHeaders value.
|
CorsRule |
CorsRule.withAllowedMethods(String allowedMethods)
Set the allowedMethods value.
|
CorsRule |
CorsRule.withAllowedOrigins(String allowedOrigins)
Set the allowedOrigins value.
|
CorsRule |
CorsRule.withExposedHeaders(String exposedHeaders)
Set the exposedHeaders value.
|
CorsRule |
CorsRule.withMaxAgeInSeconds(int maxAgeInSeconds)
Set the maxAgeInSeconds value.
|
| Modifier and Type | Method and Description |
|---|---|
List<CorsRule> |
StorageServiceProperties.cors()
Get the cors value.
|
| Modifier and Type | Method and Description |
|---|---|
StorageServiceProperties |
StorageServiceProperties.withCors(List<CorsRule> cors)
Set the cors value.
|
This documentation was released into the public domain.