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

18 lines (17 loc) 544 B
export declare const OsType: { readonly Windows7: "Windows7"; readonly WindowsServer2008: "WindowsServer2008"; readonly WindowsServer2008R2: "WindowsServer2008R2"; }; /** * Type of OS for which the key is requested. */ export type OsType = (typeof OsType)[keyof typeof OsType]; export declare const SupportType: { readonly SupplementalServicing: "SupplementalServicing"; readonly PremiumAssurance: "PremiumAssurance"; }; /** * Type of support */ export type SupportType = (typeof SupportType)[keyof typeof SupportType];