GetDiscoGroup interface
Yöntemler
| get(Request |
Belirli bir groupName ile bir bulma grubu alın. |
| put(Create |
Belirli bir groupName ile bir bulma grubu oluşturun. |
Yöntem Ayrıntıları
get(RequestParameters)
Belirli bir groupName ile bir bulma grubu alın.
function get(options?: RequestParameters): StreamableMethod<GetDiscoGroup200Response | GetDiscoGroupDefaultResponse>
Parametreler
- options
- RequestParameters
Döndürülenler
put(CreateOrReplaceDiscoGroupParameters)
Belirli bir groupName ile bir bulma grubu oluşturun.
function put(options: CreateOrReplaceDiscoGroupParameters): StreamableMethod<CreateOrReplaceDiscoGroup200Response | CreateOrReplaceDiscoGroupDefaultResponse>