Freigeben über


ArmDevTestLabsModelFactory.DevTestLabArmTemplateData Methode

Definition

Initialisiert eine neue instance von 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

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemDaten.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

displayName
String

Der Anzeigename der ARM-Vorlage.

description
String

Die Beschreibung der ARM-Vorlage.

publisher
String

Der Herausgeber der ARM-Vorlage.

icon
String

Der URI für das Symbol der ARM-Vorlage.

contents
BinaryData

Der Inhalt der ARM-Vorlage.

createdOn
Nullable<DateTimeOffset>

Das Erstellungsdatum der armTemplate.

parametersValueFilesInfo
IEnumerable<DevTestLabParametersValueFileInfo>

Dateiname und Parameterwerte informationen aus allen azuredeploy.*.parameters.json für die ARM-Vorlage.

isEnabled
Nullable<Boolean>

Gibt an, ob die ARM-Vorlage für die Verwendung durch Labbenutzer aktiviert ist oder nicht.

Gibt zurück

Eine neue DevTestLabArmTemplateData instance zum Mocking.

Gilt für: