Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalSettingsContract
Packages that use PortalSettingsContract
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalSettingsContract in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type PortalSettingsContractModifier and TypeMethodDescriptionPortalSettingsCollectionInner.value()Get the value property: Descriptions of API Management policies.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type PortalSettingsContractModifier and TypeMethodDescriptionPortalSettingsCollectionInner.withValue(List<PortalSettingsContract> value) Set the value property: Descriptions of API Management policies. -
Uses of PortalSettingsContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalSettingsContractModifier and TypeMethodDescriptionstatic PortalSettingsContractPortalSettingsContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalSettingsContract from the JsonReader.PortalSettingsContract.withEnabled(Boolean enabled) Set the enabled property: Redirect Anonymous users to the Sign-In page.PortalSettingsContract.withSubscriptions(SubscriptionsDelegationSettingsProperties subscriptions) Set the subscriptions property: Subscriptions delegation settings.PortalSettingsContract.withTermsOfService(TermsOfServiceProperties termsOfService) Set the termsOfService property: Terms of service contract properties.Set the url property: A delegation Url.PortalSettingsContract.withUserRegistration(RegistrationDelegationSettingsProperties userRegistration) Set the userRegistration property: User registration delegation settings.PortalSettingsContract.withValidationKey(String validationKey) Set the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type PortalSettingsContractModifier and TypeMethodDescriptionPortalSettingsCollection.value()Gets the value property: Descriptions of API Management policies.