SelfHostedIntegrationRuntimeStatus.Capabilities Property

Definition

Gets object with additional information about integration runtime capabilities.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.capabilities")]
public System.Collections.Generic.IDictionary<string,string> Capabilities { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.capabilities")>]
member this.Capabilities : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Capabilities As IDictionary(Of String, String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to