Interface AzureProfileOptionsProvider
- All Known Subinterfaces:
AzureProperties
,PasswordlessProperties
public interface AzureProfileOptionsProvider
Interface to be implemented by classes that wish to provide the Azure profile options.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface to be implemented by classes that wish to describe an Azure cloud environment options.static enum
Define the cloud environment type, with four known Azure cloud types and the types don't fall in the four known types will be OTHER.static interface
Interface to be implemented by classes that wish to describe an Azure cloud profile. -
Method Summary
Modifier and TypeMethodDescriptionGet the profile
-
Method Details
-
getProfile
AzureProfileOptionsProvider.ProfileOptions getProfile()Get the profile- Returns:
- the profile
-