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

31 lines (30 loc) 911 B
export declare const Edition: { readonly Community: "Community"; readonly Enterprise: "Enterprise"; }; /** * mysql server edition. */ export type Edition = (typeof Edition)[keyof typeof Edition]; export declare const ProvisioningState: { readonly Unknown: "Unknown"; readonly Succeeded: "Succeeded"; readonly Failed: "Failed"; readonly Canceled: "Canceled"; readonly Creating: "Creating"; readonly Deleting: "Deleting"; readonly Updating: "Updating"; }; /** * Gets or sets the provisioning state. */ export type ProvisioningState = (typeof ProvisioningState)[keyof typeof ProvisioningState]; export declare const SupportStatus: { readonly OutOfSupport: "OutOfSupport"; readonly Extended: "Extended"; readonly Mainstream: "Mainstream"; }; /** * mysql version support status. */ export type SupportStatus = (typeof SupportStatus)[keyof typeof SupportStatus];