你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ArmDevTestLabsModelFactory.DevTestLabData 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 DevTestLabData 的新实例。
public static Azure.ResourceManager.DevTestLabs.DevTestLabData DevTestLabData (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 defaultStorageAccount = default, string defaultPremiumStorageAccount = default, string artifactsStorageAccount = default, string premiumDataDiskStorageAccount = default, string vaultName = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabStorageType? labStorageType = default, System.Collections.Generic.IEnumerable<string> mandatoryArtifactsResourceIdsLinux = default, System.Collections.Generic.IEnumerable<string> mandatoryArtifactsResourceIdsWindows = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabPremiumDataDisk? premiumDataDisks = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPermission? environmentPermission = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabAnnouncement announcement = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabSupport support = default, string vmCreationResourceGroup = default, string publicIPId = default, string loadBalancerId = default, string networkSecurityGroupId = default, System.Collections.Generic.IDictionary<string,string> extendedProperties = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * string * string * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabStorageType> * seq<string> * seq<string> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabPremiumDataDisk> * Nullable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnvironmentPermission> * Azure.ResourceManager.DevTestLabs.Models.DevTestLabAnnouncement * Azure.ResourceManager.DevTestLabs.Models.DevTestLabSupport * string * string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabData
Public Shared Function DevTestLabData (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 defaultStorageAccount As String = Nothing, Optional defaultPremiumStorageAccount As String = Nothing, Optional artifactsStorageAccount As String = Nothing, Optional premiumDataDiskStorageAccount As String = Nothing, Optional vaultName As String = Nothing, Optional labStorageType As Nullable(Of DevTestLabStorageType) = Nothing, Optional mandatoryArtifactsResourceIdsLinux As IEnumerable(Of String) = Nothing, Optional mandatoryArtifactsResourceIdsWindows As IEnumerable(Of String) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional premiumDataDisks As Nullable(Of DevTestLabPremiumDataDisk) = Nothing, Optional environmentPermission As Nullable(Of DevTestLabEnvironmentPermission) = Nothing, Optional announcement As DevTestLabAnnouncement = Nothing, Optional support As DevTestLabSupport = Nothing, Optional vmCreationResourceGroup As String = Nothing, Optional publicIPId As String = Nothing, Optional loadBalancerId As String = Nothing, Optional networkSecurityGroupId As String = Nothing, Optional extendedProperties As IDictionary(Of String, String) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabData
参数
ID。
- name
- String
名称。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- tags
- IDictionary<String,String>
标记。
- location
- AzureLocation
位置。
- defaultStorageAccount
- String
实验室的默认存储帐户。
- defaultPremiumStorageAccount
- String
实验室的默认高级存储帐户。
- artifactsStorageAccount
- String
实验室的项目存储帐户。
- premiumDataDiskStorageAccount
- String
实验室的高级数据磁盘存储帐户。
- vaultName
- String
实验室的密钥保管库。
- labStorageType
- Nullable<DevTestLabStorageType>
实验室使用的存储类型。 它可以是高级或标准。 默认值为 Premium。
- mandatoryArtifactsResourceIdsLinux
- IEnumerable<String>
在用户指定的项目之前,默认应用于所有 Linux VM 创建的项目资源 ID 的有序列表。
- mandatoryArtifactsResourceIdsWindows
- IEnumerable<String>
在用户指定的项目之前,默认应用于所有 Windows VM 创建的项目资源 ID 的有序列表。
- createdOn
- Nullable<DateTimeOffset>
实验室的创建日期。
- premiumDataDisks
- Nullable<DevTestLabPremiumDataDisk>
用于启用使用高级数据磁盘的设置。 当其值为“Enabled”时,允许创建标准或高级数据磁盘。 当其值为“Disabled”时,仅允许创建标准数据磁盘。
- environmentPermission
- Nullable<DevTestLabEnvironmentPermission>
预配环境时要授予用户的访问权限。
- announcement
- DevTestLabAnnouncement
与此实验室关联的任何实验室公告的属性。
- support
- DevTestLabSupport
与此实验室关联的任何实验室支持消息的属性。
- vmCreationResourceGroup
- String
将在其中创建所有新实验室虚拟机的资源组。 若要让开发测试实验室管理资源组创建,请将此值设置为 null。
- publicIPId
- String
实验室负载均衡器的公共 IP 地址。
- loadBalancerId
- String
用于使用共享 IP 地址的实验室 VM 的负载均衡器。
- networkSecurityGroupId
- String
附加到实验室 VM 网络接口的网络安全组,以限制开放端口。
- extendedProperties
- IDictionary<String,String>
用于实验功能的实验室的扩展属性。
- provisioningState
- String
资源的预配状态。
返回
用于模拟的新 DevTestLabData 实例。