ArmComputeModelFactory.GalleryImageValidationsProfile 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 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.
- executedValidations
- IEnumerable<GalleryImageExecutedValidation>
- 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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET