Uses of Class
com.azure.resourcemanager.appservice.models.CorsSettings
Packages that use CorsSettings
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 CorsSettingsModifier and TypeMethodDescriptionSiteConfigInner.cors()Get the cors property: Cross-Origin Resource Sharing (CORS) settings.SiteConfigResourceInner.cors()Get the cors property: Cross-Origin Resource Sharing (CORS) settings.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type CorsSettingsModifier and TypeMethodDescriptionSiteConfigInner.withCors(CorsSettings cors) Set the cors property: Cross-Origin Resource Sharing (CORS) settings.SiteConfigResourceInner.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 CorsSettingsModifier and TypeMethodDescriptionstatic CorsSettingsCorsSettings.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CorsSettings from the JsonReader.CorsSettings.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).CorsSettings.withSupportCredentials(Boolean supportCredentials) Set the supportCredentials property: Gets or sets whether CORS requests with credentials are allowed.