你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GitHubActionCodeConfiguration Class

Definition

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()

Applies to