ArmComputeModelFactory.GalleryImageExecutedValidation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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.