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

37 lines (36 loc) 1.13 kB
export declare const AzureSkuName: { readonly S1: "S1"; }; /** * SKU name */ export type AzureSkuName = (typeof AzureSkuName)[keyof typeof AzureSkuName]; export declare const AzureSkuTier: { readonly Standard: "Standard"; }; /** * SKU tier */ export type AzureSkuTier = (typeof AzureSkuTier)[keyof typeof AzureSkuTier]; export declare const PersistedConnectionStatus: { readonly Pending: "Pending"; readonly Approved: "Approved"; readonly Rejected: "Rejected"; readonly Disconnected: "Disconnected"; }; /** * Status of the connection. */ export type PersistedConnectionStatus = (typeof PersistedConnectionStatus)[keyof typeof PersistedConnectionStatus]; export declare const ResourceProvisioningState: { readonly Creating: "Creating"; readonly Updating: "Updating"; readonly Deleting: "Deleting"; readonly Succeeded: "Succeeded"; readonly Canceled: "Canceled"; readonly Failed: "Failed"; }; /** * Provisioning state of the Private Endpoint Connection. */ export type ResourceProvisioningState = (typeof ResourceProvisioningState)[keyof typeof ResourceProvisioningState];