Compartir a través de


ArmDevTestLabsModelFactory.DevTestLabArmTemplateData Método

Definición

Inicializa una nueva instancia 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

id
ResourceIdentifier

El identificador.

name
String

Nombre.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Las etiquetas.

location
AzureLocation

Ubicación.

displayName
String

Nombre para mostrar de la plantilla de ARM.

description
String

Descripción de la plantilla de ARM.

publisher
String

Publicador de la plantilla de ARM.

icon
String

Identificador URI del icono de la plantilla de ARM.

contents
BinaryData

Contenido de la plantilla de ARM.

createdOn
Nullable<DateTimeOffset>

Fecha de creación de armTemplate.

parametersValueFilesInfo
IEnumerable<DevTestLabParametersValueFileInfo>

Información sobre el nombre de archivo y los valores de parámetro de todas las instancias de azuredeploy.*.parameters.json de la plantilla de ARM.

isEnabled
Nullable<Boolean>

Indica si la plantilla de ARM está habilitada para su uso por parte del usuario del laboratorio.

Devoluciones

DevTestLabArmTemplateData Nueva instancia de para simular.

Se aplica a