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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET