GetDiscoGroup interface
方法
| get(Request |
擷取具有指定 groupName 的探索群組。 |
| put(Create |
使用指定的 groupName 建立探索群組。 |
方法詳細資料
get(RequestParameters)
擷取具有指定 groupName 的探索群組。
function get(options?: RequestParameters): StreamableMethod<GetDiscoGroup200Response | GetDiscoGroupDefaultResponse>
參數
- options
- RequestParameters
傳回
put(CreateOrReplaceDiscoGroupParameters)
使用指定的 groupName 建立探索群組。
function put(options: CreateOrReplaceDiscoGroupParameters): StreamableMethod<CreateOrReplaceDiscoGroup200Response | CreateOrReplaceDiscoGroupDefaultResponse>