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

ArmDevTestLabsModelFactory.DevTestLabArtifactSourceData 方法

定义

初始化 DevTestLabArtifactSourceData 的新实例。

public static Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData DevTestLabArtifactSourceData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, string displayName = default, Uri uri = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabSourceControlType? sourceType = default, string folderPath = default, string armTemplateFolderPath = default, string branchRef = default, string securityToken = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus? status = default, DateTimeOffset? createdOn = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabArtifactSourceData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Uri * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabSourceControlType> * string * string * string * string * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus> * Nullable<DateTimeOffset> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabArtifactSourceData
Public Shared Function DevTestLabArtifactSourceData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional displayName As String = Nothing, Optional uri As Uri = Nothing, Optional sourceType As Nullable(Of DevTestLabSourceControlType) = Nothing, Optional folderPath As String = Nothing, Optional armTemplateFolderPath As String = Nothing, Optional branchRef As String = Nothing, Optional securityToken As String = Nothing, Optional status As Nullable(Of DevTestLabEnableStatus) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabArtifactSourceData

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

tags
IDictionary<String,String>

标记。

location
AzureLocation

位置。

displayName
String

项目源的显示名称。

uri
Uri

项目源的 URI。

sourceType
Nullable<DevTestLabSourceControlType>

项目源的类型。

folderPath
String

包含项目的文件夹。

armTemplateFolderPath
String

包含 Azure 资源管理器模板的文件夹。

branchRef
String

项目源的分支引用。

securityToken
String

要向项目源进行身份验证的安全令牌。

status
Nullable<DevTestLabEnableStatus>

指示是否启用项目源 (值:Enabled、Disabled) 。

createdOn
Nullable<DateTimeOffset>

项目源的创建日期。

provisioningState
String

资源的预配状态。

uniqueIdentifier
Nullable<Guid>

资源的唯一不可变标识符 (Guid) 。

返回

用于模拟的新 DevTestLabArtifactSourceData 实例。

适用于