CorsSettings Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. CorsSettings
- com.
public class CorsSettings
Cross-Origin Resource Sharing (CORS) settings for the app.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<String> |
allowedOrigins()
Get the allowedOrigins value. |
Cors |
withAllowedOrigins(List<String> allowedOrigins)
Set the allowedOrigins value. |
Method Details
allowedOrigins
public List
Get the allowedOrigins value.
Returns:
the allowedOrigins value
withAllowedOrigins
public CorsSettings withAllowedOrigins(List
Set the allowedOrigins value.
Parameters:
allowedOrigins
- the allowedOrigins value to set
Returns:
the CorsSettings object itself.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java