ArmComputeModelFactory.CommunityGalleryImageIdentifier 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 CommunityGalleryImageIdentifier.
public static Azure.ResourceManager.Compute.Models.CommunityGalleryImageIdentifier CommunityGalleryImageIdentifier(string publisher = default, string offer = default, string sku = default);
static member CommunityGalleryImageIdentifier : string * string * string -> Azure.ResourceManager.Compute.Models.CommunityGalleryImageIdentifier
Public Shared Function CommunityGalleryImageIdentifier (Optional publisher As String = Nothing, Optional offer As String = Nothing, Optional sku As String = Nothing) As CommunityGalleryImageIdentifier
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 CommunityGalleryImageIdentifier 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