UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

27 lines (26 loc) 1.1 kB
export declare const ChangeDetailsMode: { readonly None: "None"; readonly Include: "Include"; readonly Exclude: "Exclude"; }; /** * The mode of includeChangeDetails feature. The flag configures whether to include or exclude content of the change before and after values. */ export type ChangeDetailsMode = (typeof ChangeDetailsMode)[keyof typeof ChangeDetailsMode]; export declare const ManagedIdentityTypes: { readonly None: "None"; readonly SystemAssigned: "SystemAssigned"; }; /** * The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identities. */ export type ManagedIdentityTypes = (typeof ManagedIdentityTypes)[keyof typeof ManagedIdentityTypes]; export declare const NotificationsState: { readonly None: "None"; readonly Enabled: "Enabled"; readonly Disabled: "Disabled"; }; /** * The state of notifications feature. */ export type NotificationsState = (typeof NotificationsState)[keyof typeof NotificationsState];