ArmDevTestLabsModelFactory.DevTestLabGalleryImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
ID.
- name
- String
Nom.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- tags
- IDictionary<String,String>
Balises.
- location
- AzureLocation
Emplacement.
- author
- String
Auteur de l’image de la galerie.
- createdOn
- Nullable<DateTimeOffset>
Date de création de l’image de la galerie.
- description
- String
Description de l’image de la galerie.
- imageReference
- DevTestLabGalleryImageReference
Référence d’image de l’image de la galerie.
- icon
- String
Icône de l’image de la galerie.
- planId
- String
Plan tiers qui s’applique à cette image.
Indique si le plan a été autorisé pour le déploiement par programme.
Retours
Une nouvelle DevTestLabGalleryImage instance de moqueries.
S’applique à
Azure SDK for .NET