Class PortalDelegationSettingsInner


  • public final class PortalDelegationSettingsInner
    extends com.azure.core.management.ProxyResource
    Delegation settings for a developer portal.
    • Constructor Detail

      • PortalDelegationSettingsInner

        public PortalDelegationSettingsInner()
    • Method Detail

      • url

        public String url()
        Get the url property: A delegation Url.
        Returns:
        the url value.
      • withUrl

        public PortalDelegationSettingsInner withUrl​(String url)
        Set the url property: A delegation Url.
        Parameters:
        url - the url value to set.
        Returns:
        the PortalDelegationSettingsInner object itself.
      • validationKey

        public String validationKey()
        Get the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.
        Returns:
        the validationKey value.
      • withValidationKey

        public PortalDelegationSettingsInner withValidationKey​(String validationKey)
        Set the validationKey property: A base64-encoded validation key to validate, that a request is coming from Azure API Management.
        Parameters:
        validationKey - the validationKey value to set.
        Returns:
        the PortalDelegationSettingsInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.