Class AzureStorageConfigInfo
java.lang.Object
org.apache.polaris.core.admin.model.StorageConfigInfo
org.apache.polaris.core.admin.model.AzureStorageConfigInfo
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class AzureStorageConfigInfo
extends StorageConfigInfo
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.StorageConfigInfo
StorageConfigInfo.StorageTypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionAzureStorageConfigInfo(String tenantId, String multiTenantAppName, String consentUrl, StorageConfigInfo.StorageTypeEnum storageType, List<String> allowedLocations) AzureStorageConfigInfo(String tenantId, StorageConfigInfo.StorageTypeEnum storageType) -
Method Summary
Methods inherited from class org.apache.polaris.core.admin.model.StorageConfigInfo
getAllowedLocations, getStorageType
-
Constructor Details
-
AzureStorageConfigInfo
-
AzureStorageConfigInfo
-
-
Method Details
-
getTenantId
the tenant id that the storage accounts belong to -
getMultiTenantAppName
the name of the azure client application -
getConsentUrl
URL to the Azure permissions request page -
builder
-
builder
public static AzureStorageConfigInfo.Builder builder(String tenantId, StorageConfigInfo.StorageTypeEnum storageType) -
equals
- Overrides:
equalsin classStorageConfigInfo
-
hashCode
public int hashCode()- Overrides:
hashCodein classStorageConfigInfo
-
toString
- Overrides:
toStringin classStorageConfigInfo
-