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

24 lines (23 loc) 850 B
export declare const ControllerPurpose: { readonly Test: "test"; readonly Prod: "prod"; }; /** * The purpose of the dnc controller resource. */ export type ControllerPurpose = (typeof ControllerPurpose)[keyof typeof ControllerPurpose]; export declare const OrchestratorKind: { readonly Kubernetes: "Kubernetes"; }; /** * The kind of workbook. Choices are user and shared. */ export type OrchestratorKind = (typeof OrchestratorKind)[keyof typeof OrchestratorKind]; export declare const ResourceIdentityType: { readonly SystemAssigned: "SystemAssigned"; readonly None: "None"; }; /** * The type of identity used for orchestrator cluster. Type 'SystemAssigned' will use an implicitly created identity orchestrator clusters */ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];