Service.Profiles Property

Definition

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

Applies to