Uses of Class
com.microsoft.azure.management.appservice.CorsSettings
Packages that use CorsSettings
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of CorsSettings in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return CorsSettingsModifier and TypeMethodDescriptionSiteConfig.cors()
Get cross-Origin Resource Sharing (CORS) settings.CorsSettings.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).CorsSettings.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 CorsSettingsModifier and TypeMethodDescriptionSiteConfig.withCors
(CorsSettings cors) Set cross-Origin Resource Sharing (CORS) settings.