次の方法で共有


ServiceResource.CorrelationScheme プロパティ

定義

サービスと他のサービスの相関関係を説明する一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象