Partilhar via


ArmDevTestLabsModelFactory.DevTestLabGalleryImage Método

Definição

Inicializa uma nova instância 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

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

tags
IDictionary<String,String>

As marcas.

location
AzureLocation

O local.

author
String

O autor da imagem da galeria.

createdOn
Nullable<DateTimeOffset>

A data de criação da imagem da galeria.

description
String

A descrição da imagem da galeria.

imageReference
DevTestLabGalleryImageReference

A referência de imagem da imagem da galeria.

icon
String

O ícone da imagem da galeria.

isEnabled
Nullable<Boolean>

Indica se essa imagem da galeria está habilitada.

planId
String

O plano de terceiros que se aplica a essa imagem.

isPlanAuthorized
Nullable<Boolean>

Indica se o plano foi autorizado para implantação programática.

Retornos

Uma nova DevTestLabGalleryImage instância para zombar.

Aplica-se a