Class AzureActiveDirectoryApp

java.lang.Object
com.azure.resourcemanager.datamigration.models.AzureActiveDirectoryApp

public final class AzureActiveDirectoryApp extends Object
Azure Active Directory Application.
  • Constructor Details

    • AzureActiveDirectoryApp

      public AzureActiveDirectoryApp()
      Creates an instance of AzureActiveDirectoryApp class.
  • Method Details

    • applicationId

      public String applicationId()
      Get the applicationId property: Application ID of the Azure Active Directory Application.
      Returns:
      the applicationId value.
    • withApplicationId

      public AzureActiveDirectoryApp withApplicationId(String applicationId)
      Set the applicationId property: Application ID of the Azure Active Directory Application.
      Parameters:
      applicationId - the applicationId value to set.
      Returns:
      the AzureActiveDirectoryApp object itself.
    • appKey

      public String appKey()
      Get the appKey property: Key used to authenticate to the Azure Active Directory Application.
      Returns:
      the appKey value.
    • withAppKey

      public AzureActiveDirectoryApp withAppKey(String appKey)
      Set the appKey property: Key used to authenticate to the Azure Active Directory Application.
      Parameters:
      appKey - the appKey value to set.
      Returns:
      the AzureActiveDirectoryApp object itself.
    • tenantId

      public String tenantId()
      Get the tenantId property: Tenant id of the customer.
      Returns:
      the tenantId value.
    • withTenantId

      public AzureActiveDirectoryApp withTenantId(String tenantId)
      Set the tenantId property: Tenant id of the customer.
      Parameters:
      tenantId - the tenantId value to set.
      Returns:
      the AzureActiveDirectoryApp object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.