Package com.cloudera.cdp.datalake.model
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for managedIdentity.Getter for storageLocation.int
hashCode()
void
setManagedIdentity
(String managedIdentity) Setter for managedIdentity.void
setStorageLocation
(String storageLocation) Setter for storageLocation.toString()
-
Constructor Details
-
AzureConfigurationRequest
public AzureConfigurationRequest()
-
-
Method Details
-
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
Setter for managedIdentity. The managed identity to use. The assumer should have Virtual Machine Contributor and Managed Identity Operator roles on subscription level. -
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
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
-
hashCode
public int hashCode() -
toString
-