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 Summary
Modifier and TypeMethodDescriptionGet the cloud type.Get the AzureEnvironment implementation.Get the subscription id.Get the tenant id.
-
Method Details
-
getTenantId
-
getSubscriptionId
-
getCloudType
-
getEnvironment
AzureProfileOptionsProvider.AzureEnvironmentOptions getEnvironment()Get the AzureEnvironment implementation.- Returns:
- the AzureEnvironment implementation.
-