ArmDevTestLabsModelFactory.DevTestLabArtifactData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von DevTestLabArtifactData.
public static Azure.ResourceManager.DevTestLabs.DevTestLabArtifactData DevTestLabArtifactData (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 title = default, string description = default, string publisher = default, string filePath = default, string icon = default, string targetOSType = default, BinaryData parameters = default, DateTimeOffset? createdOn = default);
static member DevTestLabArtifactData : 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 * string * BinaryData * Nullable<DateTimeOffset> -> Azure.ResourceManager.DevTestLabs.DevTestLabArtifactData
Public Shared Function DevTestLabArtifactData (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 title As String = Nothing, Optional description As String = Nothing, Optional publisher As String = Nothing, Optional filePath As String = Nothing, Optional icon As String = Nothing, Optional targetOSType As String = Nothing, Optional parameters As BinaryData = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing) As DevTestLabArtifactData
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- tags
- IDictionary<String,String>
Die Tags.
- location
- AzureLocation
Der Speicherort.
- title
- String
Titel des Artefakts.
- description
- String
Beschreibung des Artefakts.
- publisher
- String
Der Herausgeber des Artefakts.
- filePath
- String
Der Dateipfad zum Artefakt.
- icon
- String
Der URI des Artefaktsymbols.
- targetOSType
- String
Das Zielbetriebssystem des Artefakts.
- parameters
- BinaryData
Die Parameter des Artefakts.
- createdOn
- Nullable<DateTimeOffset>
Das Erstellungsdatum des Artefakts.
Gibt zurück
Eine neue DevTestLabArtifactData instance zum Mocking.
Gilt für:
Azure SDK for .NET