IGitHubActionContainerConfiguration Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GitHubActionContainerConfigurationTypeConverter))]
public interface IGitHubActionContainerConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.GitHubActionContainerConfigurationTypeConverter))>]
type IGitHubActionContainerConfiguration = interface
interface IJsonSerializable
Public Interface IGitHubActionContainerConfiguration
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| ImageName |
The image name for the build. |
| Password |
The password used to upload the image to the container registry. |
| ServerUrl |
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
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |