CommunityGalleriesOperationsExtensions.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 community gallery by gallery public name.
public static Microsoft.Azure.Management.Compute.Models.CommunityGallery Get (this Microsoft.Azure.Management.Compute.ICommunityGalleriesOperations operations, string location, string publicGalleryName);
static member Get : Microsoft.Azure.Management.Compute.ICommunityGalleriesOperations * string * string -> Microsoft.Azure.Management.Compute.Models.CommunityGallery
<Extension()>
Public Function Get (operations As ICommunityGalleriesOperations, location As String, publicGalleryName As String) As CommunityGallery
Parameters
- operations
- ICommunityGalleriesOperations
The operations group for this extension method.
- location
- String
Resource location.
- publicGalleryName
- String
The public name of the community 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