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

16 lines (15 loc) 475 B
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];