Class AzureConfigurationRequest

java.lang.Object
com.cloudera.cdp.datalake.model.AzureConfigurationRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.246-07:00") public class AzureConfigurationRequest extends Object
Request object for Azure configuration.
  • Constructor Details

    • AzureConfigurationRequest

      public AzureConfigurationRequest()
  • Method Details

    • getManagedIdentity

      public String getManagedIdentity()
      Getter for managedIdentity. The managed identity to use. The assumer should have Virtual Machine Contributor and Managed Identity Operator roles on subscription level.
    • setManagedIdentity

      public void setManagedIdentity(String managedIdentity)
      Setter for managedIdentity. The managed identity to use. The assumer should have Virtual Machine Contributor and Managed Identity Operator roles on subscription level.
    • getStorageLocation

      public String getStorageLocation()
      Getter for storageLocation. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net. The filesystem must already exist and the storage account must be StorageV2.
    • setStorageLocation

      public void setStorageLocation(String storageLocation)
      Setter for storageLocation. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net. The filesystem must already exist and the storage account must be StorageV2.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object