Uses of Class
com.azure.resourcemanager.sql.fluent.models.AzureADOnlyAuthProperties
Packages that use AzureADOnlyAuthProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of AzureADOnlyAuthProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type AzureADOnlyAuthPropertiesModifier and TypeClassDescriptionfinal classProperties of a active directory only authentication.Methods in com.azure.resourcemanager.sql.fluent.models that return AzureADOnlyAuthPropertiesModifier and TypeMethodDescriptionstatic AzureADOnlyAuthPropertiesAzureADOnlyAuthProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureADOnlyAuthProperties from the JsonReader.AzureADOnlyAuthProperties.withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication) Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.