SharedGalleryImagesOperationsExtensions.Get 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.
Get a shared gallery image by subscription id or tenant id.
public static Microsoft.Azure.Management.Compute.Models.SharedGalleryImage Get (this Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations operations, string location, string galleryUniqueName, string galleryImageName);
static member Get : Microsoft.Azure.Management.Compute.ISharedGalleryImagesOperations * string * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGalleryImage
<Extension()>
Public Function Get (operations As ISharedGalleryImagesOperations, location As String, galleryUniqueName As String, galleryImageName As String) As SharedGalleryImage
Parameters
- operations
- ISharedGalleryImagesOperations
The operations group for this extension method.
- location
- String
Resource location.
- galleryUniqueName
- String
The unique name of the Shared Gallery.
- galleryImageName
- String
The name of the Shared Gallery Image Definition from which the Image Versions are to be listed.
Returns
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET