Del via


ManagedInstanceAzureADOnlyAuthProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.sql.fluent.models.ManagedInstanceAzureADOnlyAuthProperties

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 ManagedInstanceAzureADOnlyAuthProperties class.

Method Summary

Modifier and Type Method and Description
boolean azureADOnlyAuthentication()

Get the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

static ManagedInstanceAzureADOnlyAuthProperties fromJson(JsonReader jsonReader)

Reads an instance of ManagedInstanceAzureADOnlyAuthProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ManagedInstanceAzureADOnlyAuthProperties withAzureADOnlyAuthentication(boolean azureADOnlyAuthentication)

Set the azureADOnlyAuthentication property: Azure Active Directory only Authentication enabled.

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:

the azureADOnlyAuthentication value.

fromJson

public static ManagedInstanceAzureADOnlyAuthProperties fromJson(JsonReader jsonReader)

Reads an instance of ManagedInstanceAzureADOnlyAuthProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedInstanceAzureADOnlyAuthProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

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.

Applies to