@azure/arm-compute
Version:
A generated SDK for ComputeManagementClient.
22 lines • 1.53 kB
TypeScript
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
import type { SharingUpdate, GallerySharingProfileUpdateOptionalParams, GallerySharingProfileUpdateResponse } from "../models/index.js";
/** Interface representing a GallerySharingProfile. */
export interface GallerySharingProfile {
/**
* Update sharing profile of 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 sharingUpdate Parameters supplied to the update gallery sharing profile.
* @param options The options parameters.
*/
beginUpdate(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GallerySharingProfileUpdateResponse>, GallerySharingProfileUpdateResponse>>;
/**
* Update sharing profile of 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 sharingUpdate Parameters supplied to the update gallery sharing profile.
* @param options The options parameters.
*/
beginUpdateAndWait(resourceGroupName: string, galleryName: string, sharingUpdate: SharingUpdate, options?: GallerySharingProfileUpdateOptionalParams): Promise<GallerySharingProfileUpdateResponse>;
}
//# sourceMappingURL=gallerySharingProfile.d.ts.map