Compartilhar via


ISourceControlProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SourceControlPropertiesTypeConverter))]
public interface ISourceControlProperties : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SourceControlPropertiesTypeConverter))>]
type ISourceControlProperties = interface
    interface IJsonSerializable
Public Interface ISourceControlProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AzureCredentialsClientId

Client Id.

AzureCredentialsClientSecret

Client Secret.

AzureCredentialsKind

Kind of auth github does for deploying the template

AzureCredentialsSubscriptionId

Subscription Id.

AzureCredentialsTenantId

Tenant Id.

Branch

The branch which will trigger the auto deployment

GithubActionConfigurationContextPath

Context path

GithubActionConfigurationGithubPersonalAccessToken

One time Github PAT to configure github environment

GithubActionConfigurationImage

Image name

GithubActionConfigurationOS

Operation system

GithubActionConfigurationPublishType

Code or Image

GithubActionConfigurationRuntimeStack

Runtime stack

GithubActionConfigurationRuntimeVersion

Runtime version

OperationState

Current provisioning State of the operation

RegistryInfoRegistryPassword

registry secret.

RegistryInfoRegistryUrl

registry server Url.

RegistryInfoRegistryUserName

registry username.

RepoUrl

The repo url which will be integrated to ContainerApp.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to