Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalConfigCorsProperties
Packages that use PortalConfigCorsProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigCorsProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigCorsPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.cors()Get the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.PortalConfigProperties.cors()Get the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PortalConfigCorsPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.withCors(PortalConfigCorsProperties cors) Set the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.PortalConfigProperties.withCors(PortalConfigCorsProperties cors) Set the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings. -
Uses of PortalConfigCorsProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigCorsPropertiesModifier and TypeMethodDescriptionPortalConfigContract.cors()Gets the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.static PortalConfigCorsPropertiesPortalConfigCorsProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigCorsProperties from the JsonReader.PortalConfigCorsProperties.withAllowedOrigins(List<String> allowedOrigins) Set the allowedOrigins property: Allowed origins, e.g.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigCorsPropertiesModifier and TypeMethodDescriptionPortalConfigContract.DefinitionStages.WithCors.withCors(PortalConfigCorsProperties cors) Specifies the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings..PortalConfigContract.UpdateStages.WithCors.withCors(PortalConfigCorsProperties cors) Specifies the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings..