GitHubActionContainerConfiguration Class

Definition

The GitHub action container configuration. Serialized Name: GitHubActionContainerConfiguration

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

Constructors

Name Description
GitHubActionContainerConfiguration()

Initializes a new instance of GitHubActionContainerConfiguration.

Properties

Name Description
ImageName

The image name for the build. Serialized Name: GitHubActionContainerConfiguration.imageName

Password

The password used to upload the image to the container registry. Serialized Name: GitHubActionContainerConfiguration.password

ServerUri

The server URL for the container registry where the build will be hosted. Serialized Name: GitHubActionContainerConfiguration.serverUrl

Username

The username used to upload the image to the container registry. Serialized Name: GitHubActionContainerConfiguration.username

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<GitHubActionContainerConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GitHubActionContainerConfiguration>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GitHubActionContainerConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GitHubActionContainerConfiguration>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to