@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
40 lines (39 loc) • 2.37 kB
TypeScript
export { AppErrorHandler } from './app-error-handler.service';
export { AppContextService } from './app-context.service';
export { AuthorizationService } from './authorization.service';
export { AzureManagerService } from './azure-manager.service';
export { BatchService } from './batch.service';
export { CimService } from './cim.service';
export { ConnectionService } from './connection.service';
export { CoreServiceModule } from './core-service.module';
export { ColumnPickerService } from './column-picker.service';
export { ElectronService } from './electron.service';
export { ExtensionBrokerService } from './extension-broker.service';
export { SmeExtensionService } from './sme-extension.service';
export { FileTransferService } from './file-transfer.service';
export { GatewayService } from './gateway.service';
export { HttpService } from './http.service';
export { ConnectivityLevel, ConnectivityEnforcer } from './connectivity-enforcer';
export { LifetimeService } from './lifetime.service';
export { Navigation, NavigationData, NavigationDataExtras } from './navigation';
export { NavigationService, NavigatorServiceOptions } from './navigation.service';
export { NotificationService } from './notification.service';
export { PowerShellService } from './powershell.service';
export { ResourceService } from './resource.service';
export { RpcService } from './rpc.service';
export { RpcShellService } from './rpc-shell.service';
export { SettingsService } from './settings.service';
export { UserAliveService } from './user-alive.service';
export { WorkItemService } from './work-item.service';
export { WebsocketStreamService } from './websocket-stream.service';
export { PowerShellStreamService } from './powershell-stream.service';
export { NodeService } from './node.service';
export { FrameService } from './frame.service';
export { CredSSPManagerService } from './credssp-manager.service';
export { CimStreamService } from './cim-stream.service';
export { ActiveConnectionService } from './active-connection.service';
export { TagService } from './tag.service';
export { SecureExtensionDataService } from './secure-extension-data.service';
export { JobsService } from './jobs.service';
export { ScheduleRebootService } from './schedule-reboot.service';
export { SshStreamService } from './ssh-stream.service';