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
Subclasses with type arguments of type AzureProfileOptionsProvider.CloudType in com.azure.spring.cloud.core.providerModifier and TypeClassDescriptionstatic 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.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.