Class ManagedInstanceAzureADOnlyAuthProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceAzureADOnlyAuthProperties
Properties of a active directory only authentication for Managed Instance.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedInstanceAzureADOnlyAuthProperties class. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.voidvalidate()Validates the instance.withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
-
Constructor Details
-
ManagedInstanceAzureADOnlyAuthProperties
public ManagedInstanceAzureADOnlyAuthProperties()Creates an instance of ManagedInstanceAzureADOnlyAuthProperties class.
-
-
Method Details
-
azureADOnlyAuthentication
public boolean azureADOnlyAuthentication()Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.- Returns:
- the azureADOnlyAuthentication value.
-
withAzureADOnlyAuthentication
public ManagedInstanceAzureADOnlyAuthProperties withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.- Parameters:
azureADOnlyAuthentication- the azureADOnlyAuthentication value to set.- Returns:
- the ManagedInstanceAzureADOnlyAuthProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-