Anchorage API reference
    Preparing search index...
    interface PlatformPlaneStateStore {
        withPlatformPlaneLease<T>(
            resourceSet: PlatformPlaneResourceSet,
            platformPlaneIdentity: string,
            operation: (lease: PlatformPlaneLease) => Promise<T>,
        ): Promise<T>;
    }

    Implemented by

    Index

    Methods