GitHubActionCodeConfiguration Constructors

Definition

Overloads

GitHubActionCodeConfiguration()

Initializes a new instance of the GitHubActionCodeConfiguration class.

GitHubActionCodeConfiguration(String, String)

Initializes a new instance of the GitHubActionCodeConfiguration class.

GitHubActionCodeConfiguration()

Initializes a new instance of the GitHubActionCodeConfiguration class.

public GitHubActionCodeConfiguration ();
Public Sub New ()

Applies to

GitHubActionCodeConfiguration(String, String)

Initializes a new instance of the GitHubActionCodeConfiguration class.

public GitHubActionCodeConfiguration (string runtimeStack = default, string runtimeVersion = default);
new Microsoft.Azure.Management.WebSites.Models.GitHubActionCodeConfiguration : string * string -> Microsoft.Azure.Management.WebSites.Models.GitHubActionCodeConfiguration
Public Sub New (Optional runtimeStack As String = Nothing, Optional runtimeVersion As String = Nothing)

Parameters

runtimeStack
String

Runtime stack is used to determine the workflow file content for code base apps.

runtimeVersion
String

Runtime version is used to determine what build version to set in the workflow file.

Applies to