你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SourceUpdateParameters 构造函数

定义

重载

SourceUpdateParameters()

初始化 SourceUpdateParameters 类的新实例。

SourceUpdateParameters(String, String, String, AuthInfoUpdateParameters)

初始化 SourceUpdateParameters 类的新实例。

SourceUpdateParameters()

初始化 SourceUpdateParameters 类的新实例。

public SourceUpdateParameters ();
Public Sub New ()

适用于

SourceUpdateParameters(String, String, String, AuthInfoUpdateParameters)

初始化 SourceUpdateParameters 类的新实例。

public SourceUpdateParameters (string sourceControlType = default, string repositoryUrl = default, string branch = default, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AuthInfoUpdateParameters sourceControlAuthProperties = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters : string * string * string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.AuthInfoUpdateParameters -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.SourceUpdateParameters
Public Sub New (Optional sourceControlType As String = Nothing, Optional repositoryUrl As String = Nothing, Optional branch As String = Nothing, Optional sourceControlAuthProperties As AuthInfoUpdateParameters = Nothing)

参数

sourceControlType
String

源代码管理服务的类型。 可能的值包括:“Github”、“VisualStudioTeamService”

repositoryUrl
String

源代码存储库的完整 URL

branch
String

源代码的分支名称。

sourceControlAuthProperties
AuthInfoUpdateParameters

用于访问源代码存储库和设置通知 Webhook 的授权属性。

适用于