### YamlMime:JavaType inheritances: - methods: - fullName: com.microsoft.azure.management.appservice.CorsSettings.allowedOrigins() name: allowedOrigins() nameWithType: CorsSettings.allowedOrigins() returns: description:

the allowedOrigins value

type: summary: >-

Get the allowedOrigins value.

syntax: public List allowedOrigins() uid: com.microsoft.azure.management.appservice.CorsSettings.allowedOrigins() - fullName: com.microsoft.azure.management.appservice.CorsSettings.withAllowedOrigins(List allowedOrigins) name: withAllowedOrigins(List allowedOrigins) nameWithType: CorsSettings.withAllowedOrigins(List allowedOrigins) parameters: - description:

the allowedOrigins value to set

name: allowedOrigins type: returns: description:

the CorsSettings object itself.

type: summary: >-

Set the allowedOrigins value.

syntax: public CorsSettings withAllowedOrigins(List allowedOrigins) uid: com.microsoft.azure.management.appservice.CorsSettings.withAllowedOrigins(List) nameWithType: CorsSettings syntax: public class CorsSettings type: class uid: com.microsoft.azure.management.appservice.CorsSettings fullName: com.microsoft.azure.management.appservice.CorsSettings name: CorsSettings package: com.microsoft.azure.management.appservice summary:

Cross-Origin Resource Sharing (CORS) settings for the app.

metadata: {}