Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.PortalSettingsContractProperties
Packages that use PortalSettingsContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of PortalSettingsContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalSettingsContractPropertiesModifier and TypeMethodDescriptionPortalSettingsContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalSettingsContractProperties from the JsonReader.PortalSettingsContractProperties.withEnabled(Boolean enabled) Set the enabled property: Redirect Anonymous users to the Sign-In page.PortalSettingsContractProperties.withSubscriptions(SubscriptionsDelegationSettingsProperties subscriptions) Set the subscriptions property: Subscriptions delegation settings.PortalSettingsContractProperties.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties.Set the url property: A delegation Url.PortalSettingsContractProperties.withUserRegistration(RegistrationDelegationSettingsProperties userRegistration) Set the userRegistration property: User registration delegation settings.PortalSettingsContractProperties.withValidationKey(String validationKey) Set the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.