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 interfaceInterface to be implemented by classes that wish to describe an Azure cloud environment options.static enumDefine 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 interfaceInterface 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
-