GitHubActionCodeConfiguration Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET