Uses of Class
com.azure.resourcemanager.appservice.models.CorsSettings
-
Packages that use CorsSettings Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of CorsSettings in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CorsSettings Modifier and Type Method Description CorsSettingsSiteConfigInner. cors()Get the cors property: Cross-Origin Resource Sharing (CORS) settings.CorsSettingsSiteConfigResourceInner. cors()Get the cors property: Cross-Origin Resource Sharing (CORS) settings.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CorsSettings Modifier and Type Method Description SiteConfigInnerSiteConfigInner. withCors(CorsSettings cors)Set the cors property: Cross-Origin Resource Sharing (CORS) settings.SiteConfigResourceInnerSiteConfigResourceInner. withCors(CorsSettings cors)Set the cors property: Cross-Origin Resource Sharing (CORS) settings. -
Uses of CorsSettings in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return CorsSettings Modifier and Type Method Description CorsSettingsCorsSettings. withAllowedOrigins(List<String> allowedOrigins)Set the allowedOrigins property: 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 the supportCredentials property: Gets or sets whether CORS requests with credentials are allowed.
-