Package | Description |
---|---|
com.microsoft.azure.management.storage |
This package contains the classes for StorageManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CorsRule |
CorsRule.withAllowedHeaders(List<String> allowedHeaders)
Set required if CorsRule element is present.
|
CorsRule |
CorsRule.withAllowedMethods(List<String> allowedMethods)
Set required if CorsRule element is present.
|
CorsRule |
CorsRule.withAllowedOrigins(List<String> allowedOrigins)
Set required if CorsRule element is present.
|
CorsRule |
CorsRule.withExposedHeaders(List<String> exposedHeaders)
Set required if CorsRule element is present.
|
CorsRule |
CorsRule.withMaxAgeInSeconds(int maxAgeInSeconds)
Set required if CorsRule element is present.
|
Modifier and Type | Method and Description |
---|---|
List<CorsRule> |
CorsRules.corsRules()
Get the List of CORS rules.
|
Modifier and Type | Method and Description |
---|---|
BlobServiceProperties.DefinitionStages.WithCreate |
BlobServiceProperties.DefinitionStages.WithCors.withCORSRule(CorsRule corsRule)
Specifies a single CORS rule.
|
BlobServiceProperties.Update |
BlobServiceProperties.UpdateStages.WithCors.withCORSRule(CorsRule corsRule)
Specifies a single CORS rule.
|
Modifier and Type | Method and Description |
---|---|
CorsRules |
CorsRules.withCorsRules(List<CorsRule> corsRules)
Set the List of CORS rules.
|
BlobServiceProperties.DefinitionStages.WithCreate |
BlobServiceProperties.DefinitionStages.WithCors.withCORSRules(List<CorsRule> corsRules)
Specifies all of the CORS rules.
|
BlobServiceProperties.Update |
BlobServiceProperties.UpdateStages.WithCors.withCORSRules(List<CorsRule> corsRules)
Specifies all of the CORS rules.
|
Copyright © 2019. All rights reserved.