@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [ • 4.65 kB
TypeScript
export { ContactArgs } from "./contact";
export type Contact = import("./contact").Contact;
export declare const Contact: typeof import("./contact").Contact;
export { ContactProfileArgs } from "./contactProfile";
export type ContactProfile = import("./contactProfile").ContactProfile;
export declare const ContactProfile: typeof import("./contactProfile").ContactProfile;
export { EdgeSiteArgs } from "./edgeSite";
export type EdgeSite = import("./edgeSite").EdgeSite;
export declare const EdgeSite: typeof import("./edgeSite").EdgeSite;
export { GeoCatalogArgs } from "./geoCatalog";
export type GeoCatalog = import("./geoCatalog").GeoCatalog;
export declare const GeoCatalog: typeof import("./geoCatalog").GeoCatalog;
export { GetContactArgs, GetContactResult, GetContactOutputArgs } from "./getContact";
export declare const getContact: typeof import("./getContact").getContact;
export declare const getContactOutput: typeof import("./getContact").getContactOutput;
export { GetContactProfileArgs, GetContactProfileResult, GetContactProfileOutputArgs } from "./getContactProfile";
export declare const getContactProfile: typeof import("./getContactProfile").getContactProfile;
export declare const getContactProfileOutput: typeof import("./getContactProfile").getContactProfileOutput;
export { GetEdgeSiteArgs, GetEdgeSiteResult, GetEdgeSiteOutputArgs } from "./getEdgeSite";
export declare const getEdgeSite: typeof import("./getEdgeSite").getEdgeSite;
export declare const getEdgeSiteOutput: typeof import("./getEdgeSite").getEdgeSiteOutput;
export { GetGeoCatalogArgs, GetGeoCatalogResult, GetGeoCatalogOutputArgs } from "./getGeoCatalog";
export declare const getGeoCatalog: typeof import("./getGeoCatalog").getGeoCatalog;
export declare const getGeoCatalogOutput: typeof import("./getGeoCatalog").getGeoCatalogOutput;
export { GetGroundStationArgs, GetGroundStationResult, GetGroundStationOutputArgs } from "./getGroundStation";
export declare const getGroundStation: typeof import("./getGroundStation").getGroundStation;
export declare const getGroundStationOutput: typeof import("./getGroundStation").getGroundStationOutput;
export { GetL2ConnectionArgs, GetL2ConnectionResult, GetL2ConnectionOutputArgs } from "./getL2Connection";
export declare const getL2Connection: typeof import("./getL2Connection").getL2Connection;
export declare const getL2ConnectionOutput: typeof import("./getL2Connection").getL2ConnectionOutput;
export { GetSpacecraftArgs, GetSpacecraftResult, GetSpacecraftOutputArgs } from "./getSpacecraft";
export declare const getSpacecraft: typeof import("./getSpacecraft").getSpacecraft;
export declare const getSpacecraftOutput: typeof import("./getSpacecraft").getSpacecraftOutput;
export { GroundStationArgs } from "./groundStation";
export type GroundStation = import("./groundStation").GroundStation;
export declare const GroundStation: typeof import("./groundStation").GroundStation;
export { L2ConnectionArgs } from "./l2connection";
export type L2Connection = import("./l2connection").L2Connection;
export declare const L2Connection: typeof import("./l2connection").L2Connection;
export { ListEdgeSiteL2ConnectionsArgs, ListEdgeSiteL2ConnectionsResult, ListEdgeSiteL2ConnectionsOutputArgs } from "./listEdgeSiteL2Connections";
export declare const listEdgeSiteL2Connections: typeof import("./listEdgeSiteL2Connections").listEdgeSiteL2Connections;
export declare const listEdgeSiteL2ConnectionsOutput: typeof import("./listEdgeSiteL2Connections").listEdgeSiteL2ConnectionsOutput;
export { ListGroundStationL2ConnectionsArgs, ListGroundStationL2ConnectionsResult, ListGroundStationL2ConnectionsOutputArgs } from "./listGroundStationL2Connections";
export declare const listGroundStationL2Connections: typeof import("./listGroundStationL2Connections").listGroundStationL2Connections;
export declare const listGroundStationL2ConnectionsOutput: typeof import("./listGroundStationL2Connections").listGroundStationL2ConnectionsOutput;
export { ListSpacecraftAvailableContactsArgs, ListSpacecraftAvailableContactsResult, ListSpacecraftAvailableContactsOutputArgs } from "./listSpacecraftAvailableContacts";
export declare const listSpacecraftAvailableContacts: typeof import("./listSpacecraftAvailableContacts").listSpacecraftAvailableContacts;
export declare const listSpacecraftAvailableContactsOutput: typeof import("./listSpacecraftAvailableContacts").listSpacecraftAvailableContactsOutput;
export { SpacecraftArgs } from "./spacecraft";
export type Spacecraft = import("./spacecraft").Spacecraft;
export declare const Spacecraft: typeof import("./spacecraft").Spacecraft;
export * from "../types/enums/orbital";