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

15 lines (14 loc) 455 B
export declare const AccountType: { /** * Managed by Azure on-behalf-of the user. */ readonly AzureManaged: "AzureManaged"; /** * Managed by the User themselves on the Operator end. */ readonly UserManaged: "UserManaged"; }; /** * Type of the account the user has with the Operator's Network API infrastructure. AzureManaged | UserManaged. */ export type AccountType = (typeof AccountType)[keyof typeof AccountType];