palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
22 lines • 605 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
/**
* Azure storage container organizes a set of blobs, similar to a directory in a file system
*/
export type StorageContainer = {
/** Fully qualified resource ID for the resource. */
id?: string;
/** The name of the resource */
name?: string;
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" */
type?: string;
};
//# sourceMappingURL=storageContainer.d.ts.map