Class AzureADOnlyAuthenticationInner


  • public final class AzureADOnlyAuthenticationInner
    extends com.azure.core.management.ProxyResource
    Azure Active Directory Only Authentication Info.
    • Constructor Detail

      • AzureADOnlyAuthenticationInner

        public AzureADOnlyAuthenticationInner()
    • Method Detail

      • azureADOnlyAuthentication

        public Boolean azureADOnlyAuthentication()
        Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
        Returns:
        the azureADOnlyAuthentication value.
      • withAzureADOnlyAuthentication

        public AzureADOnlyAuthenticationInner withAzureADOnlyAuthentication​(Boolean azureADOnlyAuthentication)
        Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
        Parameters:
        azureADOnlyAuthentication - the azureADOnlyAuthentication value to set.
        Returns:
        the AzureADOnlyAuthenticationInner object itself.
      • state

        public StateValue state()
        Get the state property: property configuration state.
        Returns:
        the state value.
      • creationDate

        public OffsetDateTime creationDate()
        Get the creationDate property: property configuration date.
        Returns:
        the creationDate value.
      • validate

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