Share via


GitHubActionWebAppStackSettings.IsSupported Property

Definition

Gets <code>true</code> if GitHub Actions is supported for the stack; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="isSupported")]
public bool? IsSupported { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isSupported")>]
member this.IsSupported : Nullable<bool>
Public ReadOnly Property IsSupported As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to