Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalConfigTermsOfServiceProperties
Packages that use PortalConfigTermsOfServiceProperties
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigTermsOfServiceProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigTermsOfServicePropertiesModifier and TypeMethodDescriptionPortalConfigTermsOfServiceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigTermsOfServiceProperties from the JsonReader.PortalConfigPropertiesSignup.termsOfService()Get the termsOfService property: Terms of service settings.PortalConfigTermsOfServiceProperties.withRequireConsent(Boolean requireConsent) Set the requireConsent property: Ask user for consent to the terms of service.Set the text property: A terms of service text.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigTermsOfServicePropertiesModifier and TypeMethodDescriptionPortalConfigPropertiesSignup.withTermsOfService(PortalConfigTermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service settings.