@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 850 B
TypeScript
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];