SharedGalleriesOperationsExtensions.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 by subscription id or tenant id.
public static Microsoft.Azure.Management.Compute.Models.SharedGallery Get (this Microsoft.Azure.Management.Compute.ISharedGalleriesOperations operations, string location, string galleryUniqueName);
static member Get : Microsoft.Azure.Management.Compute.ISharedGalleriesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.SharedGallery
<Extension()>
Public Function Get (operations As ISharedGalleriesOperations, location As String, galleryUniqueName As String) As SharedGallery
Parameters
- operations
- ISharedGalleriesOperations
The operations group for this extension method.
- location
- String
Resource location.
- galleryUniqueName
- String
The unique name of the Shared Gallery.
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