Interface AzureADOnlyAuthentication


  • public interface AzureADOnlyAuthentication
    An immutable client-side representation of AzureADOnlyAuthentication.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • azureADOnlyAuthentication

        boolean azureADOnlyAuthentication()
        Gets the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
        Returns:
        the azureADOnlyAuthentication value.
      • state

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

        OffsetDateTime creationDate()
        Gets the creationDate property: property configuration date.
        Returns:
        the creationDate value.
      • innerModel

        AzureADOnlyAuthenticationInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.AzureADOnlyAuthenticationInner object.
        Returns:
        the inner object.
      • refresh

        AzureADOnlyAuthentication refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.