Service.Profiles Property
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.
Defines a list of profiles associated with the service. Profiles allow grouping of services and provide the ability to selectively enable services based on specified runtime profiles. If no profiles are specified, the service will be active in all configurations.
[YamlDotNet.Serialization.YamlMember(Alias="profiles", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)]
public System.Collections.Generic.List<string> Profiles { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="profiles", DefaultValuesHandling=YamlDotNet.Serialization.DefaultValuesHandling.OmitEmptyCollections)>]
member this.Profiles : System.Collections.Generic.List<string> with get, set
Public Property Profiles As List(Of String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute