@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 3.15 kB
TypeScript
export { AuthenticationSettingArgs } from "./authenticationSetting";
export type AuthenticationSetting = import("./authenticationSetting").AuthenticationSetting;
export declare const AuthenticationSetting: typeof import("./authenticationSetting").AuthenticationSetting;
export { DiscoveryRuleArgs } from "./discoveryRule";
export type DiscoveryRule = import("./discoveryRule").DiscoveryRule;
export declare const DiscoveryRule: typeof import("./discoveryRule").DiscoveryRule;
export { EntityArgs } from "./entity";
export type Entity = import("./entity").Entity;
export declare const Entity: typeof import("./entity").Entity;
export { GetAuthenticationSettingArgs, GetAuthenticationSettingResult, GetAuthenticationSettingOutputArgs } from "./getAuthenticationSetting";
export declare const getAuthenticationSetting: typeof import("./getAuthenticationSetting").getAuthenticationSetting;
export declare const getAuthenticationSettingOutput: typeof import("./getAuthenticationSetting").getAuthenticationSettingOutput;
export { GetDiscoveryRuleArgs, GetDiscoveryRuleResult, GetDiscoveryRuleOutputArgs } from "./getDiscoveryRule";
export declare const getDiscoveryRule: typeof import("./getDiscoveryRule").getDiscoveryRule;
export declare const getDiscoveryRuleOutput: typeof import("./getDiscoveryRule").getDiscoveryRuleOutput;
export { GetEntityArgs, GetEntityResult, GetEntityOutputArgs } from "./getEntity";
export declare const getEntity: typeof import("./getEntity").getEntity;
export declare const getEntityOutput: typeof import("./getEntity").getEntityOutput;
export { GetHealthModelArgs, GetHealthModelResult, GetHealthModelOutputArgs } from "./getHealthModel";
export declare const getHealthModel: typeof import("./getHealthModel").getHealthModel;
export declare const getHealthModelOutput: typeof import("./getHealthModel").getHealthModelOutput;
export { GetRelationshipArgs, GetRelationshipResult, GetRelationshipOutputArgs } from "./getRelationship";
export declare const getRelationship: typeof import("./getRelationship").getRelationship;
export declare const getRelationshipOutput: typeof import("./getRelationship").getRelationshipOutput;
export { GetSignalDefinitionArgs, GetSignalDefinitionResult, GetSignalDefinitionOutputArgs } from "./getSignalDefinition";
export declare const getSignalDefinition: typeof import("./getSignalDefinition").getSignalDefinition;
export declare const getSignalDefinitionOutput: typeof import("./getSignalDefinition").getSignalDefinitionOutput;
export { HealthModelArgs } from "./healthModel";
export type HealthModel = import("./healthModel").HealthModel;
export declare const HealthModel: typeof import("./healthModel").HealthModel;
export { RelationshipArgs } from "./relationship";
export type Relationship = import("./relationship").Relationship;
export declare const Relationship: typeof import("./relationship").Relationship;
export { SignalDefinitionArgs } from "./signalDefinition";
export type SignalDefinition = import("./signalDefinition").SignalDefinition;
export declare const SignalDefinition: typeof import("./signalDefinition").SignalDefinition;
export * from "../types/enums/cloudhealth";