GitHubActionCodeConfiguration Class
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.
The GitHub action code configuration.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.GitHubActionCodeConfigurationTypeConverter))]
public class GitHubActionCodeConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IGitHubActionCodeConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.GitHubActionCodeConfigurationTypeConverter))>]
type GitHubActionCodeConfiguration = class
interface IGitHubActionCodeConfiguration
interface IJsonSerializable
Public Class GitHubActionCodeConfiguration
Implements IGitHubActionCodeConfiguration
- Inheritance
-
GitHubActionCodeConfiguration
- Attributes
- Implements
Constructors
GitHubActionCodeConfiguration() |
Creates an new GitHubActionCodeConfiguration instance. |
Properties
RuntimeStack |
Runtime stack is used to determine the workflow file content for code base apps. |
RuntimeVersion |
Runtime version is used to determine what build version to set in the workflow file. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of GitHubActionCodeConfiguration. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of GitHubActionCodeConfiguration. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IGitHubActionCodeConfiguration. |
FromJsonString(String) |
Creates a new instance of GitHubActionCodeConfiguration, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of GitHubActionCodeConfiguration into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |