ManagedInstanceAzureADOnlyAuthProperties Class
- java.
lang. Object - com.
azure. resourcemanager. sql. fluent. models. ManagedInstanceAzureADOnlyAuthProperties
- com.
Implements
public final class ManagedInstanceAzureADOnlyAuthProperties
implements JsonSerializable<ManagedInstanceAzureADOnlyAuthProperties>
Properties of a active directory only authentication for Managed Instance.
Constructor Summary
| Constructor | Description |
|---|---|
| ManagedInstanceAzureADOnlyAuthProperties() |
Creates an instance of Managed |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| boolean |
azureADOnlyAuthentication()
Get the azure |
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Managed |
withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication)
Set the azure |
Methods inherited from java.lang.Object
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:
fromJson
public static ManagedInstanceAzureADOnlyAuthProperties fromJson(JsonReader jsonReader)
Reads an instance of ManagedInstanceAzureADOnlyAuthProperties from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAzureADOnlyAuthentication
public ManagedInstanceAzureADOnlyAuthProperties withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication)
Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.
Parameters:
Returns: