Class LogStorageAzureDetails

java.lang.Object
com.cloudera.cdp.environments.model.LogStorageAzureDetails

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-04-23T14:14:35.313-07:00") public class LogStorageAzureDetails extends Object
Azure-specific log storage configuration information.
  • Constructor Details Link icon

    • LogStorageAzureDetails Link icon

      public LogStorageAzureDetails()
  • Method Details Link icon

    • getStorageLocationBase Link icon

      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 Link icon

      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 Link icon

      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 Link icon

      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.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object