Compartilhar via


ArmDevTestLabsModelFactory.DevTestLabArmTemplateData Método

Definição

Inicializa uma nova instância de 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

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

displayName
String

O nome de exibição do modelo do ARM.

description
String

A descrição do modelo do ARM.

publisher
String

O editor do modelo do ARM.

icon
String

O URI para o ícone do modelo do ARM.

contents
BinaryData

O conteúdo do modelo do ARM.

createdOn
Nullable<DateTimeOffset>

A data de criação do armTemplate.

parametersValueFilesInfo
IEnumerable<DevTestLabParametersValueFileInfo>

Informações de nome de arquivo e valores de parâmetro de todos os azuredeploy.*.parameters.json para o modelo do ARM.

isEnabled
Nullable<Boolean>

Se o modelo do ARM está ou não habilitado para uso pelo usuário do laboratório.

Retornos

Uma nova DevTestLabArmTemplateData instância para simulação.

Aplica-se a