@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 911 B
TypeScript
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];