ArmComputeModelFactory.GalleryImageIdentifier(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.GalleryImageIdentifier GalleryImageIdentifier(string publisher = default, string offer = default, string sku = default);
static member GalleryImageIdentifier : string * string * string -> Azure.ResourceManager.Compute.Models.GalleryImageIdentifier
Public Shared Function GalleryImageIdentifier (Optional publisher As String = Nothing, Optional offer As String = Nothing, Optional sku As String = Nothing) As GalleryImageIdentifier
Parameters
- publisher
- String
The name of the gallery image definition publisher.
- offer
- String
The name of the gallery image definition offer.
- sku
- String
The name of the gallery image definition SKU.
Returns
A new GalleryImageIdentifier instance for mocking.