GitHubActionCodeConfiguration Class

Definition

The GitHub action code configuration.

public class 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
type GitHubActionCodeConfiguration = class
    interface IJsonModel<GitHubActionCodeConfiguration>
    interface IPersistableModel<GitHubActionCodeConfiguration>
Public Class GitHubActionCodeConfiguration
Public Class GitHubActionCodeConfiguration
Implements IJsonModel(Of GitHubActionCodeConfiguration), IPersistableModel(Of GitHubActionCodeConfiguration)
Inheritance
GitHubActionCodeConfiguration
Implements

Constructors

GitHubActionCodeConfiguration()

Initializes a new instance of GitHubActionCodeConfiguration.

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.

Explicit Interface Implementations

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