Share via


ServiceResourcePropertiesBase.CorrelationScheme Property

Definition

Gets or sets a list that describes the correlation of the service with other services.

[Newtonsoft.Json.JsonProperty(PropertyName="correlationScheme")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription> CorrelationScheme { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="correlationScheme")>]
member this.CorrelationScheme : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServiceCorrelationDescription> with get, set
Public Property CorrelationScheme As IList(Of ServiceCorrelationDescription)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to