Class ManagedInstanceAzureADOnlyAuthenticationInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.sql.fluent.models.ManagedInstanceAzureADOnlyAuthenticationInner
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.ProxyResource>
public final class ManagedInstanceAzureADOnlyAuthenticationInner
extends com.azure.core.management.ProxyResource
Azure Active Directory only authentication.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedInstanceAzureADOnlyAuthenticationInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet 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.Methods inherited from class com.azure.core.management.ProxyResource
fromJson, id, name, toJson, type
-
Constructor Details
-
ManagedInstanceAzureADOnlyAuthenticationInner
public ManagedInstanceAzureADOnlyAuthenticationInner()Creates an instance of ManagedInstanceAzureADOnlyAuthenticationInner class.
-
-
Method Details
-
azureADOnlyAuthentication
Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.- Returns:
- the azureADOnlyAuthentication value.
-
withAzureADOnlyAuthentication
public ManagedInstanceAzureADOnlyAuthenticationInner withAzureADOnlyAuthentication(Boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.- Parameters:
azureADOnlyAuthentication- the azureADOnlyAuthentication value to set.- Returns:
- the ManagedInstanceAzureADOnlyAuthenticationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-