Class LogStorageAzureDetails


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class LogStorageAzureDetails
    extends Object
    Azure-specific log storage configuration information.
    • Constructor Detail

      • LogStorageAzureDetails

        public LogStorageAzureDetails()
    • Method Detail

      • getStorageLocationBase

        public String getStorageLocationBase()
        Getter for storageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net.
      • setStorageLocationBase

        public void setStorageLocationBase​(String storageLocationBase)
        Setter for storageLocationBase. The storage location to use. The location has to be in the following format abfs://filesystem@storage-account-name.dfs.core.windows.net.
      • getManagedIdentity

        public String getManagedIdentity()
        Getter for managedIdentity. The managed identity associated with the logger. This identity should have Storage Blob Data Contributor role on the given storage account.
      • setManagedIdentity

        public void setManagedIdentity​(String managedIdentity)
        Setter for managedIdentity. The managed identity associated with the logger. This identity should have Storage Blob Data Contributor role on the given storage account.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object