Freigeben über


ArmDevTestLabsModelFactory.DevTestLabGalleryImage Methode

Definition

Initialisiert eine neue instance von DevTestLabGalleryImage.

public static Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage DevTestLabGalleryImage (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 author = default, DateTimeOffset? createdOn = default, string description = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImageReference imageReference = default, string icon = default, bool? isEnabled = default, string planId = default, bool? isPlanAuthorized = default);
static member DevTestLabGalleryImage : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * string * Nullable<DateTimeOffset> * string * Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImageReference * string * Nullable<bool> * string * Nullable<bool> -> Azure.ResourceManager.DevTestLabs.Models.DevTestLabGalleryImage
Public Shared Function DevTestLabGalleryImage (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 author As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional description As String = Nothing, Optional imageReference As DevTestLabGalleryImageReference = Nothing, Optional icon As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional planId As String = Nothing, Optional isPlanAuthorized As Nullable(Of Boolean) = Nothing) As DevTestLabGalleryImage

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.

author
String

Der Autor des Katalogimages.

createdOn
Nullable<DateTimeOffset>

Das Erstellungsdatum des Katalogimages.

description
String

Die Beschreibung des Katalogimages.

imageReference
DevTestLabGalleryImageReference

Der Bildverweis des Katalogimages.

icon
String

Das Symbol des Katalogbilds.

isEnabled
Nullable<Boolean>

Gibt an, ob dieses Katalogimage aktiviert ist.

planId
String

Der Drittanbieterplan, der für dieses Image gilt.

isPlanAuthorized
Nullable<Boolean>

Gibt an, ob der Plan für die programmgesteuerte Bereitstellung autorisiert wurde.

Gibt zurück

Eine neue DevTestLabGalleryImage instance zum Mocking.

Gilt für: