Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PortalConfigProperties
Packages that use PortalConfigProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of PortalConfigProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigPropertiesModifier and TypeMethodDescriptionstatic PortalConfigPropertiesPortalConfigProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigProperties from the JsonReader.PortalConfigProperties.withCors(PortalConfigCorsProperties cors) Set the cors property: The developer portal Cross-Origin Resource Sharing (CORS) settings.PortalConfigProperties.withCsp(PortalConfigCspProperties csp) Set the csp property: The developer portal Content Security Policy (CSP) settings.PortalConfigProperties.withDelegation(PortalConfigDelegationProperties delegation) Set the delegation property: The developer portal delegation settings.PortalConfigProperties.withEnableBasicAuth(Boolean enableBasicAuth) Set the enableBasicAuth property: Enable or disable Basic authentication method.PortalConfigProperties.withSignin(PortalConfigPropertiesSignin signin) Set the signin property: The signin property.PortalConfigProperties.withSignup(PortalConfigPropertiesSignup signup) Set the signup property: The signup property.