Uses of Class
com.azure.data.tables.models.TableServiceCorsRule
Packages that use TableServiceCorsRule
Package
Description
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableServiceCorsRule in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceCorsRuleModifier and TypeMethodDescriptionTableServiceCorsRule.setAllowedHeaders(String allowedHeaders) Set the request headers that the origin domain may specify on the CORS request.TableServiceCorsRule.setAllowedMethods(String allowedMethods) Set the allowedMethods property: The methods (HTTP request verbs) that the origin domain may use for a CORS request.TableServiceCorsRule.setAllowedOrigins(String allowedOrigins) Set the allowedOrigins property: The origin domains that are permitted to make a request against the service via CORS.TableServiceCorsRule.setExposedHeaders(String exposedHeaders) Set the response headers that may be sent in the response to the CORS request and exposed by the browser to the request issuer.TableServiceCorsRule.setMaxAgeInSeconds(int maxAgeInSeconds) Set the maximum amount time that a browser should cache the preflight OPTIONS request.Methods in com.azure.data.tables.models that return types with arguments of type TableServiceCorsRuleMethod parameters in com.azure.data.tables.models with type arguments of type TableServiceCorsRuleModifier and TypeMethodDescriptionTableServiceProperties.setCorsRules(List<TableServiceCorsRule> corsRules) Set theCORS rules.