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