Class UpdateTrustedIdProviderWithAccountParameters

java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateTrustedIdProviderWithAccountParameters

public class UpdateTrustedIdProviderWithAccountParameters extends Object
The parameters used to update a trusted identity provider while updating a Data Lake Store account.
  • Constructor Details

    • UpdateTrustedIdProviderWithAccountParameters

      public UpdateTrustedIdProviderWithAccountParameters()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the UpdateTrustedIdProviderWithAccountParameters object itself.
    • idProvider

      public String idProvider()
      Get the idProvider value.
      Returns:
      the idProvider value
    • withIdProvider

      public UpdateTrustedIdProviderWithAccountParameters withIdProvider(String idProvider)
      Set the idProvider value.
      Parameters:
      idProvider - the idProvider value to set
      Returns:
      the UpdateTrustedIdProviderWithAccountParameters object itself.