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

56 lines (55 loc) 4.12 kB
export { ApiArgs } from "./api"; export type Api = import("./api").Api; export declare const Api: typeof import("./api").Api; export { ApiDefinitionArgs } from "./apiDefinition"; export type ApiDefinition = import("./apiDefinition").ApiDefinition; export declare const ApiDefinition: typeof import("./apiDefinition").ApiDefinition; export { ApiSourceArgs } from "./apiSource"; export type ApiSource = import("./apiSource").ApiSource; export declare const ApiSource: typeof import("./apiSource").ApiSource; export { ApiVersionArgs } from "./apiVersion"; export type ApiVersion = import("./apiVersion").ApiVersion; export declare const ApiVersion: typeof import("./apiVersion").ApiVersion; export { DeploymentArgs } from "./deployment"; export type Deployment = import("./deployment").Deployment; export declare const Deployment: typeof import("./deployment").Deployment; export { EnvironmentArgs } from "./environment"; export type Environment = import("./environment").Environment; export declare const Environment: typeof import("./environment").Environment; export { GetApiArgs, GetApiResult, GetApiOutputArgs } from "./getApi"; export declare const getApi: typeof import("./getApi").getApi; export declare const getApiOutput: typeof import("./getApi").getApiOutput; export { GetApiDefinitionArgs, GetApiDefinitionResult, GetApiDefinitionOutputArgs } from "./getApiDefinition"; export declare const getApiDefinition: typeof import("./getApiDefinition").getApiDefinition; export declare const getApiDefinitionOutput: typeof import("./getApiDefinition").getApiDefinitionOutput; export { GetApiSourceArgs, GetApiSourceResult, GetApiSourceOutputArgs } from "./getApiSource"; export declare const getApiSource: typeof import("./getApiSource").getApiSource; export declare const getApiSourceOutput: typeof import("./getApiSource").getApiSourceOutput; export { GetApiVersionArgs, GetApiVersionResult, GetApiVersionOutputArgs } from "./getApiVersion"; export declare const getApiVersion: typeof import("./getApiVersion").getApiVersion; export declare const getApiVersionOutput: typeof import("./getApiVersion").getApiVersionOutput; export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment"; export declare const getDeployment: typeof import("./getDeployment").getDeployment; export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput; export { GetEnvironmentArgs, GetEnvironmentResult, GetEnvironmentOutputArgs } from "./getEnvironment"; export declare const getEnvironment: typeof import("./getEnvironment").getEnvironment; export declare const getEnvironmentOutput: typeof import("./getEnvironment").getEnvironmentOutput; export { GetMetadataSchemaArgs, GetMetadataSchemaResult, GetMetadataSchemaOutputArgs } from "./getMetadataSchema"; export declare const getMetadataSchema: typeof import("./getMetadataSchema").getMetadataSchema; export declare const getMetadataSchemaOutput: typeof import("./getMetadataSchema").getMetadataSchemaOutput; export { GetServiceArgs, GetServiceResult, GetServiceOutputArgs } from "./getService"; export declare const getService: typeof import("./getService").getService; export declare const getServiceOutput: typeof import("./getService").getServiceOutput; export { GetWorkspaceArgs, GetWorkspaceResult, GetWorkspaceOutputArgs } from "./getWorkspace"; export declare const getWorkspace: typeof import("./getWorkspace").getWorkspace; export declare const getWorkspaceOutput: typeof import("./getWorkspace").getWorkspaceOutput; export { MetadataSchemaArgs } from "./metadataSchema"; export type MetadataSchema = import("./metadataSchema").MetadataSchema; export declare const MetadataSchema: typeof import("./metadataSchema").MetadataSchema; export { ServiceArgs } from "./service"; export type Service = import("./service").Service; export declare const Service: typeof import("./service").Service; export { WorkspaceArgs } from "./workspace"; export type Workspace = import("./workspace").Workspace; export declare const Workspace: typeof import("./workspace").Workspace; export * from "../types/enums/apicenter";