Anchorage API reference
Documentation
GitHub
Preparing search index...
@proofoftech/fleet-control
index
PlatformPlaneStateStore
Interface PlatformPlaneStateStore
interface
PlatformPlaneStateStore
{
withPlatformPlaneLease
<
T
>
(
resourceSet
:
PlatformPlaneResourceSet
,
platformPlaneIdentity
:
string
,
operation
:
(
lease
:
PlatformPlaneLease
)
=>
Promise
<
T
>
,
)
:
Promise
<
T
>
;
}
Implemented by
D1FleetStateStore
Index
Methods
with
Platform
Plane
Lease
Methods
with
Platform
Plane
Lease
withPlatformPlaneLease
<
T
>
(
resourceSet
:
PlatformPlaneResourceSet
,
platformPlaneIdentity
:
string
,
operation
:
(
lease
:
PlatformPlaneLease
)
=>
Promise
<
T
>
,
)
:
Promise
<
T
>
Type Parameters
T
Parameters
resourceSet
:
PlatformPlaneResourceSet
platformPlaneIdentity
:
string
operation
:
(
lease
:
PlatformPlaneLease
)
=>
Promise
<
T
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
with
Platform
Plane
Lease
Documentation
GitHub
Anchorage API reference
Loading...