Uses of Enum Class
com.microsoft.azure.management.appservice.ConfigReferenceSource
Packages that use ConfigReferenceSource
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ConfigReferenceSource in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ConfigReferenceSourceModifier and TypeMethodDescriptionstatic ConfigReferenceSource
ConfigReferenceSource.fromString
(String value) Parses a serialized value to a ConfigReferenceSource instance.ApiKVReference.source()
Get possible values include: 'KeyVault'.static ConfigReferenceSource
Returns the enum constant of this class with the specified name.static ConfigReferenceSource[]
ConfigReferenceSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type ConfigReferenceSourceModifier and TypeMethodDescriptionApiKVReference.withSource
(ConfigReferenceSource source) Set possible values include: 'KeyVault'.