Skip to main content
Version: Latest (Core: 0.57.x, Azure: 0.43.x)

[F] $useLibraryNamespace

function $useLibraryNamespace(
context,
entity, ...
namespaces): void

Specify which ARM library namespaces this arm provider uses

Parameters​

ParameterTypeDescription
contextDecoratorContextStandard DecoratorContext object
entityNamespaceThe namespace the decorator is applied to
...namespacesNamespace[]The library namespaces that will be used in this namespace

Returns​

void