@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 475 B
TypeScript
export declare const HostType: {
readonly Kubernetes: "Kubernetes";
};
/**
* Type of host the Custom Locations is referencing (Kubernetes, etc...).
*/
export type HostType = (typeof HostType)[keyof typeof HostType];
export declare const ResourceIdentityType: {
readonly SystemAssigned: "SystemAssigned";
readonly None: "None";
};
/**
* The identity type.
*/
export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];