CorsProperties Class
- java.
lang. Object - com.
microsoft. azure. storage. CorsProperties
- com.
public class CorsProperties
Class representing the service properties pertaining to CORS.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Cors |
getCorsRules() |
void |
setCorsRules(List<CorsRule> corsRules)
Limited to 5. The size of all the rules per service should not exceed 2KB of characters. |
Method Details
getCorsRules
public List
Returns:
the corsRules
setCorsRules
protected void setCorsRules(List
Limited to 5. The size of all the rules per service should not exceed 2KB of characters.
Parameters:
corsRules
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java