Class AzureCredentialProperties
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AzureCredentialProperties
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-01-18T15:00:50.178-08:00") public class AzureCredentialProperties extends Object
The credential properties that closely related to those that have been created on Azure.
-
-
Constructor Summary
Constructors Constructor Description AzureCredentialProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAppId()
Getter for appId.String
getSubscriptionId()
Getter for subscriptionId.String
getTenantId()
Getter for tenantId.int
hashCode()
void
setAppId(String appId)
Setter for appId.void
setSubscriptionId(String subscriptionId)
Setter for subscriptionId.void
setTenantId(String tenantId)
Setter for tenantId.String
toString()
-
-
-
Method Detail
-
getSubscriptionId
public String getSubscriptionId()
Getter for subscriptionId. The Azure subscription ID for the given credential.
-
setSubscriptionId
public void setSubscriptionId(String subscriptionId)
Setter for subscriptionId. The Azure subscription ID for the given credential.
-
getTenantId
public String getTenantId()
Getter for tenantId. The Azure tenant ID for the given credential.
-
setTenantId
public void setTenantId(String tenantId)
Setter for tenantId. The Azure tenant ID for the given credential.
-
getAppId
public String getAppId()
Getter for appId. The ID of the created Azure app.
-
setAppId
public void setAppId(String appId)
Setter for appId. The ID of the created Azure app.
-
-