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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET