UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

24 lines (22 loc) 527 B
/** * RPC seek request name and version. */ export class RpcSeekKey { static command = 'Seek'; static version = '0.1.0'; } /** * RPC seek mode. */ export var RpcSeekMode; (function (RpcSeekMode) { /** * Create new inbound rpc on the shell. */ RpcSeekMode[RpcSeekMode["Create"] = 0] = "Create"; /** * Delete existing inbound rpc on the shell. */ RpcSeekMode[RpcSeekMode["Delete"] = 1] = "Delete"; })(RpcSeekMode || (RpcSeekMode = {})); //# sourceMappingURL=rpc-seek-model.js.map