GitHubActionCodeConfiguration Class

Definition

The GitHub action code configuration. Serialized Name: GitHubActionCodeConfiguration

public class GitHubActionCodeConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.GitHubActionCodeConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.GitHubActionCodeConfiguration>
type GitHubActionCodeConfiguration = class
    interface IJsonModel<GitHubActionCodeConfiguration>
    interface IPersistableModel<GitHubActionCodeConfiguration>
Public Class GitHubActionCodeConfiguration
Implements IJsonModel(Of GitHubActionCodeConfiguration), IPersistableModel(Of GitHubActionCodeConfiguration)
Inheritance
GitHubActionCodeConfiguration
Implements

Constructors

Name Description
GitHubActionCodeConfiguration()

Initializes a new instance of GitHubActionCodeConfiguration.

Properties

Name Description
RuntimeStack

Runtime stack is used to determine the workflow file content for code base apps. Serialized Name: GitHubActionCodeConfiguration.runtimeStack

RuntimeVersion

Runtime version is used to determine what build version to set in the workflow file. Serialized Name: GitHubActionCodeConfiguration.runtimeVersion

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<GitHubActionCodeConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<GitHubActionCodeConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GitHubActionCodeConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitHubActionCodeConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<GitHubActionCodeConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to