ClientGroupsOperations interface

Interfejs reprezentujący operacje ClientGroups.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Utwórz lub zaktualizuj grupę klienta z określonymi parametrami.

delete
get

Pobieranie właściwości grupy klienta.

listByNamespace

Umieść wszystkie grupy klientów w przestrzeni nazw.

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<ClientGroup>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => Promise<ClientGroup>

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDelete: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<void>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => Promise<void>

createOrUpdate

Utwórz lub zaktualizuj grupę klienta z określonymi parametrami.

createOrUpdate: (resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams) => PollerLike<OperationState<ClientGroup>, ClientGroup>

Wartość właściwości

(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>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Pobieranie właściwości grupy klienta.

get: (resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams) => Promise<ClientGroup>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams) => Promise<ClientGroup>

listByNamespace

Umieść wszystkie grupy klientów w przestrzeni nazw.

listByNamespace: (resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<ClientGroup, ClientGroup[], PageSettings>

Wartość właściwości

(resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams) => PagedAsyncIterableIterator<ClientGroup, ClientGroup[], PageSettings>