Share via


SourceControl Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SourceControlTypeConverter))]
public class SourceControl : Microsoft.Azure.PowerShell.Cmdlets.App.Models.ISourceControl, Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.SourceControlTypeConverter))>]
type SourceControl = class
    interface ISourceControl
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
    interface IValidates
Public Class SourceControl
Implements ISourceControl, IValidates
Inheritance
SourceControl
Attributes
Implements

Constructors

SourceControl()

Properties

AzureCredentialsClientId
AzureCredentialsClientSecret
AzureCredentialsKind
AzureCredentialsSubscriptionId
AzureCredentialsTenantId
Branch
GithubActionConfigurationContextPath
GithubActionConfigurationGithubPersonalAccessToken
GithubActionConfigurationImage
GithubActionConfigurationOS
GithubActionConfigurationPublishType
GithubActionConfigurationRuntimeStack
GithubActionConfigurationRuntimeVersion
Id
Name
OperationState
RegistryInfoRegistryPassword
RegistryInfoRegistryUrl
RegistryInfoRegistryUserName
RepoUrl
ResourceGroupName
SystemDataCreatedAt
SystemDataCreatedBy
SystemDataCreatedByType
SystemDataLastModifiedAt
SystemDataLastModifiedBy
SystemDataLastModifiedByType
Type

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()
Validate(IEventListener)

Applies to