Class PortalSigninSettingsInner


  • public final class PortalSigninSettingsInner
    extends com.azure.core.management.ProxyResource
    Sign-In settings for the Developer Portal.
    • Constructor Detail

      • PortalSigninSettingsInner

        public PortalSigninSettingsInner()
    • Method Detail

      • enabled

        public Boolean enabled()
        Get the enabled property: Redirect Anonymous users to the Sign-In page.
        Returns:
        the enabled value.
      • withEnabled

        public PortalSigninSettingsInner withEnabled​(Boolean enabled)
        Set the enabled property: Redirect Anonymous users to the Sign-In page.
        Parameters:
        enabled - the enabled value to set.
        Returns:
        the PortalSigninSettingsInner object itself.
      • validate

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