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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET