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

25 lines (24 loc) 685 B
export declare const Distro: { readonly AKSEdge: "AKSEdge"; }; /** * Represents a supported Fabric/Infra. (AKSEdge etc...). */ export type Distro = (typeof Distro)[keyof typeof Distro]; export declare const Provider: { readonly VMWare: "VMWare"; readonly HCI: "HCI"; readonly SCVMM: "SCVMM"; }; /** * Information about the connected appliance. */ export type Provider = (typeof Provider)[keyof typeof Provider]; export declare const ResourceIdentityType: { readonly SystemAssigned: "SystemAssigned"; readonly None: "None"; }; /** * The identity type. */ export type ResourceIdentityType = (typeof ResourceIdentityType)[keyof typeof ResourceIdentityType];