Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
CorsSettings |
SiteConfig.cors()
Get cross-Origin Resource Sharing (CORS) settings.
|
CorsSettings |
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 |
CorsSettings.withSupportCredentials(Boolean supportCredentials)
Set gets or sets whether CORS requests with credentials are allowed.
|
Modifier and Type | Method and Description |
---|---|
SiteConfig |
SiteConfig.withCors(CorsSettings cors)
Set cross-Origin Resource Sharing (CORS) settings.
|
Copyright © 2019. All rights reserved.