UNPKG

@azure/arm-compute

Version:
20 lines 1.03 kB
import { CommunityGalleries } from "../operationsInterfaces/index.js"; import { ComputeManagementClient } from "../computeManagementClient.js"; import { CommunityGalleriesGetOptionalParams, CommunityGalleriesGetResponse } from "../models/index.js"; /** Class containing CommunityGalleries operations. */ export declare class CommunityGalleriesImpl implements CommunityGalleries { private readonly client; /** * Initialize a new instance of the class CommunityGalleries class. * @param client Reference to the service client */ constructor(client: ComputeManagementClient); /** * 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