Uses of Enum
com.azure.spring.cloud.core.provider.AzureProfileOptionsProvider.CloudType
Packages that use AzureProfileOptionsProvider.CloudType
Package
Description
Configuration properties abstraction for profile.
Provider abstraction for Azure service configuration properties.
-
Uses of AzureProfileOptionsProvider.CloudType in com.azure.spring.cloud.core.properties.profile
Methods in com.azure.spring.cloud.core.properties.profile that return AzureProfileOptionsProvider.CloudTypeMethods in com.azure.spring.cloud.core.properties.profile with parameters of type AzureProfileOptionsProvider.CloudTypeModifier and TypeMethodDescriptionstatic com.azure.core.management.AzureEnvironmentAzureProfileOptionsAdapter.decideAzureManagementEnvironment(AzureProfileOptionsProvider.CloudType cloudType, com.azure.core.management.AzureEnvironment defaultManagementEnvironment) Decide the correspondingAzureEnvironmentby theAzureProfileOptionsProvider.CloudType.voidAzureProfileProperties.setCloudType(AzureProfileOptionsProvider.CloudType cloudType) Set the cloud type. -
Uses of AzureProfileOptionsProvider.CloudType in com.azure.spring.cloud.core.provider
Methods in com.azure.spring.cloud.core.provider that return AzureProfileOptionsProvider.CloudTypeModifier and TypeMethodDescriptionAzureProfileOptionsProvider.CloudType.fromString(String cloudType) Get theAzureProfileOptionsProvider.CloudTypefromStringvalue.AzureProfileOptionsProvider.ProfileOptions.getCloudType()Get the cloud type.Returns the enum constant of this type with the specified name.AzureProfileOptionsProvider.CloudType.values()Returns an array containing the constants of this enum type, in the order they are declared.