UNPKG

@azure/arm-compute

Version:
110 lines 8.46 kB
import type { PagedAsyncIterableIterator } from "@azure/core-paging"; import type { GalleryInVMAccessControlProfiles } from "../operationsInterfaces/index.js"; import type { ComputeManagementClient } from "../computeManagementClient.js"; import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { GalleryInVMAccessControlProfile, GalleryInVMAccessControlProfilesListByGalleryOptionalParams, GalleryInVMAccessControlProfilesGetOptionalParams, GalleryInVMAccessControlProfilesGetResponse, GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams, GalleryInVMAccessControlProfilesCreateOrUpdateResponse, GalleryInVMAccessControlProfileUpdate, GalleryInVMAccessControlProfilesUpdateOptionalParams, GalleryInVMAccessControlProfilesUpdateResponse, GalleryInVMAccessControlProfilesDeleteOptionalParams, GalleryInVMAccessControlProfilesDeleteResponse } from "../models/index.js"; /** Class containing GalleryInVMAccessControlProfiles operations. */ export declare class GalleryInVMAccessControlProfilesImpl implements GalleryInVMAccessControlProfiles { private readonly client; /** * Initialize a new instance of the class GalleryInVMAccessControlProfiles class. * @param client Reference to the service client */ constructor(client: ComputeManagementClient); /** * List gallery inVMAccessControlProfiles in a gallery. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param options The options parameters. */ listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryInVMAccessControlProfilesListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryInVMAccessControlProfile>; private listByGalleryPagingPage; private listByGalleryPagingAll; /** * List gallery inVMAccessControlProfiles in a gallery. * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param options The options parameters. */ private _listByGallery; /** * Retrieves information about 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. */ get(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesGetOptionalParams): Promise<GalleryInVMAccessControlProfilesGetResponse>; /** * Create or update 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 galleryInVMAccessControlProfile Parameters supplied to the create or update gallery * inVMAccessControlProfile operation. * @param options The options parameters. */ beginCreateOrUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesCreateOrUpdateResponse>, GalleryInVMAccessControlProfilesCreateOrUpdateResponse>>; /** * Create or update 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 galleryInVMAccessControlProfile Parameters supplied to the create or update gallery * inVMAccessControlProfile operation. * @param options The options parameters. */ beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfile, options?: GalleryInVMAccessControlProfilesCreateOrUpdateOptionalParams): Promise<GalleryInVMAccessControlProfilesCreateOrUpdateResponse>; /** * Update 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 galleryInVMAccessControlProfile Parameters supplied to the update gallery * inVMAccessControlProfile operation. * @param options The options parameters. */ beginUpdate(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesUpdateResponse>, GalleryInVMAccessControlProfilesUpdateResponse>>; /** * Update 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 galleryInVMAccessControlProfile Parameters supplied to the update gallery * inVMAccessControlProfile operation. * @param options The options parameters. */ beginUpdateAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, galleryInVMAccessControlProfile: GalleryInVMAccessControlProfileUpdate, options?: GalleryInVMAccessControlProfilesUpdateOptionalParams): Promise<GalleryInVMAccessControlProfilesUpdateResponse>; /** * Delete 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. */ beginDelete(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<GalleryInVMAccessControlProfilesDeleteResponse>, GalleryInVMAccessControlProfilesDeleteResponse>>; /** * Delete 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. */ beginDeleteAndWait(resourceGroupName: string, galleryName: string, inVMAccessControlProfileName: string, options?: GalleryInVMAccessControlProfilesDeleteOptionalParams): Promise<GalleryInVMAccessControlProfilesDeleteResponse>; /** * ListByGalleryNext * @param resourceGroupName The name of the resource group. The name is case insensitive. * @param galleryName The name of the Shared Image Gallery. * @param nextLink The nextLink from the previous successful call to the ListByGallery method. * @param options The options parameters. */ private _listByGalleryNext; } //# sourceMappingURL=galleryInVMAccessControlProfiles.d.ts.map