ClientGroupsOperations interface
واجهة تمثل عمليات ClientGroups.
الخصائص
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
أنشئ أو حدث مجموعة عميل بالمعلمات المحددة. |
| delete | |
| get | احصل على خصائص مجموعة العملاء. |
| list |
اجمع جميع مجموعات العملاء تحت مساحة أسماء. |
تفاصيل الخاصية
beginCreateOrUpdate
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>
beginCreateOrUpdateAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<ClientGroup>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<ClientGroup>
beginDelete
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDelete: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
تحذير
واجهة برمجة التطبيقات هذه مهملة الآن.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<void>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<void>
createOrUpdate
أنشئ أو حدث مجموعة عميل بالمعلمات المحددة.
createOrUpdate: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ClientGroup>, ClientGroup>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ClientGroup>, ClientGroup>
delete
delete: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
احصل على خصائص مجموعة العملاء.
get: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams) => Promise<ClientGroup>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams) => Promise<ClientGroup>
listByNamespace
اجمع جميع مجموعات العملاء تحت مساحة أسماء.
listByNamespace: (resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<ClientGroup, ClientGroup[], PageSettings>
قيمة الخاصية
(resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<ClientGroup, ClientGroup[], PageSettings>