ArmComputeModelFactory.GalleryImageFeature(String, String, String) Method

Definition

public static Azure.ResourceManager.Compute.Models.GalleryImageFeature GalleryImageFeature(string name = default, string value = default, string startsAtVersion = default);
static member GalleryImageFeature : string * string * string -> Azure.ResourceManager.Compute.Models.GalleryImageFeature
Public Shared Function GalleryImageFeature (Optional name As String = Nothing, Optional value As String = Nothing, Optional startsAtVersion As String = Nothing) As GalleryImageFeature

Parameters

name
String

The name of the gallery image feature.

value
String

The value of the gallery image feature.

startsAtVersion
String

The minimum gallery image version which supports this feature.

Returns

A new GalleryImageFeature instance for mocking.

Applies to