ConfigurationModelFactory.SettingLabel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Labels are used to group key-values.
public static Azure.Data.AppConfiguration.SettingLabel SettingLabel(string name = default);
static member SettingLabel : string -> Azure.Data.AppConfiguration.SettingLabel
Public Shared Function SettingLabel (Optional name As String = Nothing) As SettingLabel
Parameters
- name
- String
The name of the label.
Returns
A new SettingLabel instance for mocking.