你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmDevTestLabsModelFactory.DevTestLabArmTemplateData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DevTestLabArmTemplateData 的新实例。
public static Azure.ResourceManager.DevTestLabs.DevTestLabArmTemplateData DevTestLabArmTemplateData (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, string description = default, string publisher = default, string icon = default, BinaryData contents = default, DateTimeOffset? createdOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabParametersValueFileInfo> parametersValueFilesInfo = default, bool? isEnabled = default);
static member DevTestLabArmTemplateData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * string * BinaryData * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabParametersValueFileInfo> * Nullable<bool> -> Azure.ResourceManager.DevTestLabs.DevTestLabArmTemplateData
Public Shared Function DevTestLabArmTemplateData (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 description As String = Nothing, Optional publisher As String = Nothing, Optional icon As String = Nothing, Optional contents As BinaryData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional parametersValueFilesInfo As IEnumerable(Of DevTestLabParametersValueFileInfo) = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing) As DevTestLabArmTemplateData
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
标记。
- location
- AzureLocation
位置。
- displayName
- String
ARM 模板的显示名称。
- description
- String
ARM 模板的说明。
- publisher
- String
ARM 模板的发布者。
- icon
- String
ARM 模板图标的 URI。
- contents
- BinaryData
ARM 模板的内容。
- createdOn
- Nullable<DateTimeOffset>
armTemplate 的创建日期。
- parametersValueFilesInfo
- IEnumerable<DevTestLabParametersValueFileInfo>
ARM 模板的所有 azuredeploy.*.parameters.json 中的文件名和参数值信息。
返回
用于模拟的新 DevTestLabArmTemplateData 实例。