GitHubActionContainerConfiguration 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 container configuration.
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
GitHubActionContainerConfiguration() |
Initializes a new instance of GitHubActionContainerConfiguration. |
Properties
ImageName |
The image name for the build. |
Password |
The password used to upload the image to the container registry. |
ServerUri |
The server URL for the container registry where the build will be hosted. |
Username |
The username used to upload the image to the container registry. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET