Class AzureConfigurationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.862-07:00")
    public class AzureConfigurationRequest
    extends Object
    Request object for Azure configuration.
    • Constructor Detail

      • AzureConfigurationRequest

        public AzureConfigurationRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object