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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET