Share via


PSApplicationInsightsDataSourceProperties.Status Property

Definition

Connection status, 'Pending' or 'Succeeded'.

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="status")]
public string Status { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="status")>]
member this.Status : string with get, set
Public Property Status As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to