Uses of Class
com.azure.resourcemanager.appservice.models.ConfigReferenceSource
-
Packages that use ConfigReferenceSource Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of ConfigReferenceSource in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ConfigReferenceSource Modifier and Type Method Description ConfigReferenceSourceApiKVReferenceInner. source()Get the source property: The source property.ConfigReferenceSourceApiKVReferenceProperties. source()Get the source property: The source property.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ConfigReferenceSource Modifier and Type Method Description ApiKVReferenceInnerApiKVReferenceInner. withSource(ConfigReferenceSource source)Set the source property: The source property.ApiKVReferencePropertiesApiKVReferenceProperties. withSource(ConfigReferenceSource source)Set the source property: The source property. -
Uses of ConfigReferenceSource in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return ConfigReferenceSource Modifier and Type Method Description static ConfigReferenceSourceConfigReferenceSource. fromString(String value)Parses a serialized value to a ConfigReferenceSource instance.static ConfigReferenceSourceConfigReferenceSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigReferenceSource[]ConfigReferenceSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-