Uses of Class
com.azure.resourcemanager.apimanagement.models.PortalConfigDelegationProperties
Packages that use PortalConfigDelegationProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of PortalConfigDelegationProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return PortalConfigDelegationPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.delegation()Get the delegation property: The developer portal delegation settings.PortalConfigProperties.delegation()Get the delegation property: The developer portal delegation settings.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type PortalConfigDelegationPropertiesModifier and TypeMethodDescriptionPortalConfigContractInner.withDelegation(PortalConfigDelegationProperties delegation) Set the delegation property: The developer portal delegation settings.PortalConfigProperties.withDelegation(PortalConfigDelegationProperties delegation) Set the delegation property: The developer portal delegation settings. -
Uses of PortalConfigDelegationProperties in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return PortalConfigDelegationPropertiesModifier and TypeMethodDescriptionPortalConfigContract.delegation()Gets the delegation property: The developer portal delegation settings.PortalConfigDelegationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PortalConfigDelegationProperties from the JsonReader.PortalConfigDelegationProperties.withDelegateRegistration(Boolean delegateRegistration) Set the delegateRegistration property: Enable or disable delegation for user registration.PortalConfigDelegationProperties.withDelegateSubscription(Boolean delegateSubscription) Set the delegateSubscription property: Enable or disable delegation for product subscriptions.PortalConfigDelegationProperties.withDelegationUrl(String delegationUrl) Set the delegationUrl property: A delegation endpoint URL.PortalConfigDelegationProperties.withValidationKey(String validationKey) Set the validationKey property: A base64-encoded validation key to ensure requests originate from Azure API Management service.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type PortalConfigDelegationPropertiesModifier and TypeMethodDescriptionPortalConfigContract.DefinitionStages.WithDelegation.withDelegation(PortalConfigDelegationProperties delegation) Specifies the delegation property: The developer portal delegation settings..PortalConfigContract.UpdateStages.WithDelegation.withDelegation(PortalConfigDelegationProperties delegation) Specifies the delegation property: The developer portal delegation settings..