ArmComputeModelFactory.GalleryImageFeature(String, String, String) 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.
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.