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

25 lines (24 loc) 656 B
export declare const ProcessNameFilterOperator: { /** * Operator to include items in the result */ readonly Contains: "contains"; /** * Operator to exclude items in the result */ readonly NotContains: "notContains"; }; /** * Operator for process name filter */ export type ProcessNameFilterOperator = (typeof ProcessNameFilterOperator)[keyof typeof ProcessNameFilterOperator]; export declare const SourceType: { /** * OffAzure source type */ readonly OffAzure: "OffAzure"; }; /** * Source type of Discovery Source resource. */ export type SourceType = (typeof SourceType)[keyof typeof SourceType];