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

19 lines (18 loc) 911 B
export declare const HybridLicenseType: { readonly None: "None"; readonly AzureHybridBenefit: "AzureHybridBenefit"; }; /** * Specifies that the image or disk that is being used was licensed on-premises. <br><br> For more information, see [Azure Hybrid Use Benefit for Windows Server](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-hybrid-use-benefit-licensing?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json) */ export type HybridLicenseType = (typeof HybridLicenseType)[keyof typeof HybridLicenseType]; export declare const ManagedIdentityType: { readonly None: "None"; readonly UserAssigned: "UserAssigned"; readonly SystemAssigned: "SystemAssigned"; readonly SystemAssigned_UserAssigned: "SystemAssigned,UserAssigned"; }; /** * The identity type */ export type ManagedIdentityType = (typeof ManagedIdentityType)[keyof typeof ManagedIdentityType];