AzureSettings interface
Signature
export interface AzureSettings
Import
import { AzureSettings } from '@grafana/runtime';
Properties
Property | Type | Description |
---|---|---|
cloud | string | |
managedIdentityEnabled | boolean |
cloud property
Signature
cloud?: string;
managedIdentityEnabled property
Signature
managedIdentityEnabled: boolean;