你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CorsSettings Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.CorsSettings

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.

CorsSettings withAllowedOrigins(List<String> allowedOrigins)

Set the allowedOrigins value.

Method Details

allowedOrigins

public List allowedOrigins()

Get the allowedOrigins value.

Returns:

the allowedOrigins value

withAllowedOrigins

public CorsSettings withAllowedOrigins(List allowedOrigins)

Set the allowedOrigins value.

Parameters:

allowedOrigins - the allowedOrigins value to set

Returns:

the CorsSettings object itself.

Applies to