@azure/storage-file-share
Version:
Microsoft Azure Storage SDK for JavaScript - File
12 lines • 574 B
TypeScript
import type { Pipeline } from "./Pipeline.js";
import { StorageClient } from "./StorageClient.js";
import type { ShareRestoreOptionalParams, ShareRestoreResponse } from "./generated/src/models/index.js";
/**
* ShareClientInternal is the thin wrapper for Share which contains internal helper methods.
*/
export declare class ShareClientInternal extends StorageClient {
private context;
constructor(url: string, pipeline: Pipeline);
restore(options?: ShareRestoreOptionalParams): Promise<ShareRestoreResponse>;
}
//# sourceMappingURL=ShareClientInternal.d.ts.map