Uses of Class
com.azure.resourcemanager.apimanagement.models.TermsOfServiceProperties
Packages that use TermsOfServiceProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of TermsOfServiceProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return TermsOfServicePropertiesModifier and TypeMethodDescriptionPortalSettingsContractProperties.termsOfService()Get the termsOfService property: Terms of service contract properties.PortalSignupSettingsInner.termsOfService()Get the termsOfService property: Terms of service contract properties.PortalSignupSettingsProperties.termsOfService()Get the termsOfService property: Terms of service contract properties.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type TermsOfServicePropertiesModifier and TypeMethodDescriptionPortalSettingsContractProperties.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties.PortalSignupSettingsInner.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties.PortalSignupSettingsProperties.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties. -
Uses of TermsOfServiceProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return TermsOfServicePropertiesModifier and TypeMethodDescriptionstatic TermsOfServicePropertiesTermsOfServiceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TermsOfServiceProperties from the JsonReader.PortalSettingsContract.termsOfService()Get the termsOfService property: Terms of service contract properties.PortalSignupSettings.termsOfService()Gets the termsOfService property: Terms of service contract properties.TermsOfServiceProperties.withConsentRequired(Boolean consentRequired) Set the consentRequired property: Ask user for consent to the terms of service.TermsOfServiceProperties.withEnabled(Boolean enabled) Set the enabled property: Display terms of service during a sign-up process.Set the text property: A terms of service text.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type TermsOfServicePropertiesModifier and TypeMethodDescriptionPortalSettingsContract.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties.