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

23 lines (22 loc) 667 B
export declare const PurgeableOrchestrationState: { /** * The orchestration is completed */ readonly Completed: "Completed"; /** * The orchestration is failed */ readonly Failed: "Failed"; /** * The orchestration is terminated */ readonly Terminated: "Terminated"; /** * The orchestration is canceled */ readonly Canceled: "Canceled"; }; /** * The orchestration state to which this policy applies. If omitted, the policy applies to all purgeable orchestration states. */ export type PurgeableOrchestrationState = (typeof PurgeableOrchestrationState)[keyof typeof PurgeableOrchestrationState];