Freigeben über


ArmDevTestLabsModelFactory.DevTestLabFormulaData Methode

Definition

Initialisiert eine neue instance von DevTestLabFormulaData.

public static Azure.ResourceManager.DevTestLabs.DevTestLabFormulaData DevTestLabFormulaData (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 description = default, string author = default, string osType = default, DateTimeOffset? createdOn = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmCreationContent formulaContent = default, string labVmId = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabFormulaData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * string * string * Nullable<DateTimeOffset> * Azure.ResourceManager.DevTestLabs.Models.DevTestLabVmCreationContent * string * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabFormulaData
Public Shared Function DevTestLabFormulaData (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 description As String = Nothing, Optional author As String = Nothing, Optional osType As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional formulaContent As DevTestLabVmCreationContent = Nothing, Optional labVmId As String = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabFormulaData

Parameter

id
ResourceIdentifier

Die ID.

name
String

Der Name.

resourceType
ResourceType

Der resourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Die Tags.

location
AzureLocation

Der Speicherort.

description
String

Die Beschreibung der Formel.

author
String

Der Autor der Formel.

osType
String

Der Betriebssystemtyp der Formel.

createdOn
Nullable<DateTimeOffset>

Das Erstellungsdatum der Formel.

formulaContent
DevTestLabVmCreationContent

Der Inhalt der Formel.

labVmId
String

Informationen zu einem virtuellen Computer, auf dem eine Formel erstellt werden soll.

provisioningState
String

Der bereitstellungs-status der Ressource.

uniqueIdentifier
Nullable<Guid>

Der eindeutige unveränderliche Bezeichner einer Ressource (Guid).

Gibt zurück

Eine neue DevTestLabFormulaData instance zum Simulieren.

Gilt für: