Interface AzureProfileOptionsProvider.ProfileOptions
- All Known Implementing Classes:
AzureProfileOptionsAdapter
,AzureProfileProperties
- Enclosing interface:
AzureProfileOptionsProvider
public static interface AzureProfileOptionsProvider.ProfileOptions
Interface to be implemented by classes that wish to describe an Azure cloud profile.
-
Method Details
-
getTenantId
String getTenantId()Get the tenant id.- Returns:
- the tenant id.
-
getSubscriptionId
String getSubscriptionId()Get the subscription id.- Returns:
- the subscription id.
-
getCloudType
AzureProfileOptionsProvider.CloudType getCloudType()Get the cloud type.- Returns:
- the cloud type.
-
getEnvironment
AzureProfileOptionsProvider.AzureEnvironmentOptions getEnvironment()Get the AzureEnvironment implementation.- Returns:
- the AzureEnvironment implementation.
-