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>