AzureActiveDirectory Class
- java.
lang. Object - com.
azure. resourcemanager. servicefabric. models. AzureActiveDirectory
- com.
Implements
public final class AzureActiveDirectory
implements JsonSerializable<AzureActiveDirectory>
The settings to enable AAD authentication on the cluster.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureActiveDirectory() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
clientApplication()
Get the client |
| String |
clusterApplication()
Get the cluster |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
tenantId()
Get the tenant |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withClientApplication(String clientApplication)
Set the client |
|
Azure |
withClusterApplication(String clusterApplication)
Set the cluster |
|
Azure |
withTenantId(String tenantId)
Set the tenant |
Methods inherited from java.lang.Object
Constructor Details
AzureActiveDirectory
public AzureActiveDirectory()
Creates an instance of AzureActiveDirectory class.
Method Details
clientApplication
public String clientApplication()
Get the clientApplication property: Azure active directory client application id.
Returns:
clusterApplication
public String clusterApplication()
Get the clusterApplication property: Azure active directory cluster application id.
Returns:
fromJson
public static AzureActiveDirectory fromJson(JsonReader jsonReader)
Reads an instance of AzureActiveDirectory from the JsonReader.
Parameters:
Returns:
Throws:
tenantId
public String tenantId()
Get the tenantId property: Azure active directory tenant id.
Returns:
toJson
validate
public void validate()
Validates the instance.
withClientApplication
public AzureActiveDirectory withClientApplication(String clientApplication)
Set the clientApplication property: Azure active directory client application id.
Parameters:
Returns:
withClusterApplication
public AzureActiveDirectory withClusterApplication(String clusterApplication)
Set the clusterApplication property: Azure active directory cluster application id.
Parameters:
Returns:
withTenantId
public AzureActiveDirectory withTenantId(String tenantId)
Set the tenantId property: Azure active directory tenant id.
Parameters:
Returns: