Uses of Class
com.azure.data.tables.models.TableServiceCorsRule
Packages that use TableServiceCorsRule
-
Uses of TableServiceCorsRule in com.azure.data.tables.models
Methods in com.azure.data.tables.models that return TableServiceCorsRuleModifier and TypeMethodDescriptionstatic TableServiceCorsRuleTableServiceCorsRule.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of TableServiceCorsRule from the XmlReader.static TableServiceCorsRuleReads an instance of TableServiceCorsRule from the XmlReader.TableServiceCorsRule.setAllowedHeaders(String allowedHeaders) Set the allowedHeaders property: 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 exposedHeaders property: 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 maxAgeInSeconds property: 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 TableServiceCorsRuleModifier and TypeMethodDescriptionTableServiceProperties.getCorsRules()Get the cors property: The set of CORS rules.Method parameters in com.azure.data.tables.models with type arguments of type TableServiceCorsRuleModifier and TypeMethodDescriptionTableServiceProperties.setCorsRules(List<TableServiceCorsRule> cors) Set the cors property: The set of CORS rules.