Uses of Class
com.microsoft.azure.management.appservice.CorsSettings
-
-
Uses of CorsSettings in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return CorsSettings Modifier and Type Method Description CorsSettingsSiteConfig. cors()Get cross-Origin Resource Sharing (CORS) settings.CorsSettingsCorsSettings. withAllowedOrigins(List<String> allowedOrigins)Set gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345).CorsSettingsCorsSettings. withSupportCredentials(Boolean supportCredentials)Set gets or sets whether CORS requests with credentials are allowed.Methods in com.microsoft.azure.management.appservice with parameters of type CorsSettings Modifier and Type Method Description SiteConfigSiteConfig. withCors(CorsSettings cors)Set cross-Origin Resource Sharing (CORS) settings.
-