Partager via


ArmDevTestLabsModelFactory.DevTestLabCustomImageData Méthode

Définition

Initialise une nouvelle instance de DevTestLabCustomImageData.

public static Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageData DevTestLabCustomImageData (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, Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVm vm = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVhd vhd = default, string description = default, string author = default, DateTimeOffset? createdOn = default, string managedImageId = default, string managedSnapshotId = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabDataDiskStorageTypeInfo> dataDiskStorageInfo = default, Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImagePlan customImagePlan = default, bool? isPlanAuthorized = default, string provisioningState = default, Guid? uniqueIdentifier = default);
static member DevTestLabCustomImageData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVm * Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImageVhd * string * string * Nullable<DateTimeOffset> * string * string * seq<Azure.ResourceManager.DevTestLabs.Models.DevTestLabDataDiskStorageTypeInfo> * Azure.ResourceManager.DevTestLabs.Models.DevTestLabCustomImagePlan * Nullable<bool> * string * Nullable<Guid> -> Azure.ResourceManager.DevTestLabs.DevTestLabCustomImageData
Public Shared Function DevTestLabCustomImageData (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 vm As DevTestLabCustomImageVm = Nothing, Optional vhd As DevTestLabCustomImageVhd = Nothing, Optional description As String = Nothing, Optional author As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional managedImageId As String = Nothing, Optional managedSnapshotId As String = Nothing, Optional dataDiskStorageInfo As IEnumerable(Of DevTestLabDataDiskStorageTypeInfo) = Nothing, Optional customImagePlan As DevTestLabCustomImagePlan = Nothing, Optional isPlanAuthorized As Nullable(Of Boolean) = Nothing, Optional provisioningState As String = Nothing, Optional uniqueIdentifier As Nullable(Of Guid) = Nothing) As DevTestLabCustomImageData

Paramètres

name
String

Nom.

resourceType
ResourceType

ResourceType.

systemData
SystemData

SystemData.

tags
IDictionary<String,String>

Balises.

location
AzureLocation

Emplacement.

vm
DevTestLabCustomImageVm

Machine virtuelle à partir de laquelle l’image doit être créée.

vhd
DevTestLabCustomImageVhd

Disque dur virtuel à partir duquel l’image doit être créée.

description
String

Description de l’image personnalisée.

author
String

Auteur de l’image personnalisée.

createdOn
Nullable<DateTimeOffset>

Date de création de l’image personnalisée.

managedImageId
String

ID d’image managée qui sauvegarde l’image personnalisée.

managedSnapshotId
String

ID d’instantané managé qui sauvegarde l’image personnalisée.

dataDiskStorageInfo
IEnumerable<DevTestLabDataDiskStorageTypeInfo>

Informations de stockage sur les disques de données présents dans l’image personnalisée.

customImagePlan
DevTestLabCustomImagePlan

Informations de stockage sur le plan associé à cette image personnalisée.

isPlanAuthorized
Nullable<Boolean>

Indique si l’offre/le plan d’images personnalisées sous-jacents a été activé ou non pour le déploiement programmatique.

provisioningState
String

Status d’approvisionnement de la ressource.

uniqueIdentifier
Nullable<Guid>

Identificateur immuable unique d’une ressource (GUID).

Retours

Une nouvelle DevTestLabCustomImageData instance pour se moquer.

S’applique à