@azure/arm-compute
Version:
A generated SDK for ComputeManagementClient.
12 lines • 631 B
TypeScript
import type { CommunityGalleriesGetOptionalParams, CommunityGalleriesGetResponse } from "../models/index.js";
/** Interface representing a CommunityGalleries. */
export interface CommunityGalleries {
/**
* Get a community gallery by gallery public name.
* @param location The name of Azure region.
* @param publicGalleryName The public name of the community gallery.
* @param options The options parameters.
*/
get(location: string, publicGalleryName: string, options?: CommunityGalleriesGetOptionalParams): Promise<CommunityGalleriesGetResponse>;
}
//# sourceMappingURL=communityGalleries.d.ts.map