UNPKG

@azure/arm-compute

Version:
131 lines 11.2 kB
import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { GalleryInVMAccessControlProfileVersions } from "../operationsInterfaces/index.js"; import type { ComputeManagementClient } from "../computeManagementClient.js"; import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { GalleryInVMAccessControlProfileVersion, GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileOptionalParams, GalleryInVMAccessControlProfileVersionsGetOptionalParams, GalleryInVMAccessControlProfileVersionsGetResponse, GalleryInVMAccessControlProfileVersionsCreateOrUpdateOptionalParams, GalleryInVMAccessControlProfileVersionsCreateOrUpdateResponse, GalleryInVMAccessControlProfileVersionUpdate, GalleryInVMAccessControlProfileVersionsUpdateOptionalParams, GalleryInVMAccessControlProfileVersionsUpdateResponse, GalleryInVMAccessControlProfileVersionsDeleteOptionalParams, GalleryInVMAccessControlProfileVersionsDeleteResponse } from "../models/index.js"; /** Class containing GalleryInVMAccessControlProfileVersions operations. */ export declare class GalleryInVMAccessControlProfileVersionsImpl implements GalleryInVMAccessControlProfileVersions { private readonly client; /** * Initialize a new instance of the class GalleryInVMAccessControlProfileVersions class. * @param client Reference to the service client */ constructor(client: ComputeManagementClient); /** * List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param options The options parameters. */ listByGalleryInVMAccessControlProfile(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfileVersionsListByGalleryInVMAccessControlProfileOptionalParams): PagedAsyncIterableIterator<GalleryInVMAccessControlProfileVersion>; private listByGalleryInVMAccessControlProfilePagingPage; private listByGalleryInVMAccessControlProfilePagingAll; /** * List gallery inVMAccessControlProfile versions in a gallery inVMAccessControlProfile * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param options The options parameters. */ private _listByGalleryInVMAccessControlProfile; /** * Retrieves information about a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param options The options parameters. */ get(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, options?: GalleryInVMAccessControlProfileVersionsGetOptionalParams): Promise<GalleryInVMAccessControlProfileVersionsGetResponse>; /** * Create or update a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param galleryInVMAccessControlProfileVersion Parameters supplied to the create or update gallery * inVMAccessControlProfile version operation. * @param options The options parameters. */ beginCreateOrUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, galleryInVMAccessControlProfileVersion: GalleryInVMAccessControlProfileVersion, options?: GalleryInVMAccessControlProfileVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfileVersionsCreateOrUpdateResponse>, GalleryInVMAccessControlProfileVersionsCreateOrUpdateResponse>>; /** * Create or update a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param galleryInVMAccessControlProfileVersion Parameters supplied to the create or update gallery * inVMAccessControlProfile version operation. * @param options The options parameters. */ beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, galleryInVMAccessControlProfileVersion: GalleryInVMAccessControlProfileVersion, options?: GalleryInVMAccessControlProfileVersionsCreateOrUpdateOptionalParams): Promise<GalleryInVMAccessControlProfileVersionsCreateOrUpdateResponse>; /** * Update a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param galleryInVMAccessControlProfileVersion Parameters supplied to the update gallery * inVMAccessControlProfile version operation. * @param options The options parameters. */ beginUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, galleryInVMAccessControlProfileVersion: GalleryInVMAccessControlProfileVersionUpdate, options?: GalleryInVMAccessControlProfileVersionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfileVersionsUpdateResponse>, GalleryInVMAccessControlProfileVersionsUpdateResponse>>; /** * Update a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param galleryInVMAccessControlProfileVersion Parameters supplied to the update gallery * inVMAccessControlProfile version operation. * @param options The options parameters. */ beginUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, galleryInVMAccessControlProfileVersion: GalleryInVMAccessControlProfileVersionUpdate, options?: GalleryInVMAccessControlProfileVersionsUpdateOptionalParams): Promise<GalleryInVMAccessControlProfileVersionsUpdateResponse>; /** * Delete a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param options The options parameters. */ beginDelete(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, options?: GalleryInVMAccessControlProfileVersionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfileVersionsDeleteResponse>, GalleryInVMAccessControlProfileVersionsDeleteResponse>>; /** * Delete a gallery inVMAccessControlProfile version. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param inVMAccessControlProfileVersionName The name of the gallery inVMAccessControlProfile version * to be retrieved. * @param options The options parameters. */ beginDeleteAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, inVMAccessControlProfileVersionName: string, options?: GalleryInVMAccessControlProfileVersionsDeleteOptionalParams): Promise<GalleryInVMAccessControlProfileVersionsDeleteResponse>; /** * ListByGalleryInVMAccessControlProfileNext * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param inVMAccessControlProfileName The name of the gallery inVMAccessControlProfile to be * retrieved. * @param nextLink The nextLink from the previous successful call to the * ListByGalleryInVMAccessControlProfile method. * @param options The options parameters. */ private _listByGalleryInVMAccessControlProfileNext; } //# sourceMappingURL=galleryInVMAccessControlProfileVersions.d.ts.map