共用方式為


ArmComputeModelFactory.GalleryImageValidationsProfile Method

Definition

Initializes a new instance of GalleryImageValidationsProfile.

public static Azure.ResourceManager.Compute.Models.GalleryImageValidationsProfile GalleryImageValidationsProfile (string validationETag = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.GalleryImageExecutedValidation> executedValidations = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.Models.ComputeGalleryPlatformAttribute> platformAttributes = default);
static member GalleryImageValidationsProfile : string * seq<Azure.ResourceManager.Compute.Models.GalleryImageExecutedValidation> * seq<Azure.ResourceManager.Compute.Models.ComputeGalleryPlatformAttribute> -> Azure.ResourceManager.Compute.Models.GalleryImageValidationsProfile
Public Shared Function GalleryImageValidationsProfile (Optional validationETag As String = Nothing, Optional executedValidations As IEnumerable(Of GalleryImageExecutedValidation) = Nothing, Optional platformAttributes As IEnumerable(Of ComputeGalleryPlatformAttribute) = Nothing) As GalleryImageValidationsProfile

Parameters

validationETag
String

The published time of the image version.

platformAttributes
IEnumerable<ComputeGalleryPlatformAttribute>

This specifies the pub, offer, sku and version of the image version metadata.

Returns

A new GalleryImageValidationsProfile instance for mocking.

Applies to