ClientGroupsOperations interface

Interface représentant une opération ClientGroups.

Propriétés

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Créez ou mettez à jour un groupe client avec les paramètres spécifiés.

delete
get

Obtenir les propriétés d’un groupe client.

listByNamespace

Concentrez tous les groupes clients dans un espace de noms.

Détails de la propriété

beginCreateOrUpdate

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

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

Valeur de propriété

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

beginCreateOrUpdateAndWait

Avertissement

Cette API est à présent déconseillée.

use createOrUpdate instead

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

Valeur de propriété

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

beginDelete

Avertissement

Cette API est à présent déconseillée.

use delete instead

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

Valeur de propriété

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

beginDeleteAndWait

Avertissement

Cette API est à présent déconseillée.

use delete instead

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

Valeur de propriété

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

createOrUpdate

Créez ou mettez à jour un groupe client avec les paramètres spécifiés.

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

Valeur de propriété

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

Valeur de propriété

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

get

Obtenir les propriétés d’un groupe client.

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

Valeur de propriété

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

listByNamespace

Concentrez tous les groupes clients dans un espace de noms.

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

Valeur de propriété

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