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

28 lines (27 loc) 1.14 kB
export declare const DomainManagement: { readonly AzureManaged: "AzureManaged"; readonly CustomerManaged: "CustomerManaged"; readonly CustomerManagedInExchangeOnline: "CustomerManagedInExchangeOnline"; }; /** * Describes how a Domains resource is being managed. */ export type DomainManagement = (typeof DomainManagement)[keyof typeof DomainManagement]; export declare const ManagedServiceIdentityType: { readonly None: "None"; readonly SystemAssigned: "SystemAssigned"; readonly UserAssigned: "UserAssigned"; readonly SystemAssigned_UserAssigned: "SystemAssigned,UserAssigned"; }; /** * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */ export type ManagedServiceIdentityType = (typeof ManagedServiceIdentityType)[keyof typeof ManagedServiceIdentityType]; export declare const UserEngagementTracking: { readonly Disabled: "Disabled"; readonly Enabled: "Enabled"; }; /** * Describes whether user engagement tracking is enabled or disabled. */ export type UserEngagementTracking = (typeof UserEngagementTracking)[keyof typeof UserEngagementTracking];