共用方式為


ArmComputeModelFactory.GalleryImageExecutedValidation Method

Definition

Initializes a new instance of GalleryImageExecutedValidation.

public static Azure.ResourceManager.Compute.Models.GalleryImageExecutedValidation GalleryImageExecutedValidation (string executedValidationType = default, Azure.ResourceManager.Compute.Models.ComputeGalleryValidationStatus? status = default, string version = default, DateTimeOffset? executionOn = default);
static member GalleryImageExecutedValidation : string * Nullable<Azure.ResourceManager.Compute.Models.ComputeGalleryValidationStatus> * string * Nullable<DateTimeOffset> -> Azure.ResourceManager.Compute.Models.GalleryImageExecutedValidation
Public Shared Function GalleryImageExecutedValidation (Optional executedValidationType As String = Nothing, Optional status As Nullable(Of ComputeGalleryValidationStatus) = Nothing, Optional version As String = Nothing, Optional executionOn As Nullable(Of DateTimeOffset) = Nothing) As GalleryImageExecutedValidation

Parameters

executedValidationType
String

This property specifies the type of image version validation.

status
Nullable<ComputeGalleryValidationStatus>

This property specifies the status of the validationProfile of the image version.

version
String

This property specifies the valid version of the validation.

executionOn
Nullable<DateTimeOffset>

This property specifies the starting timestamp.

Returns

A new GalleryImageExecutedValidation instance for mocking.

Applies to