ClientGroupsOperations interface

クライアントグループ操作を表すインターフェース。

プロパティ

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

指定されたパラメータでクライアントグループを作成または更新します。

delete
get

クライアント グループのプロパティを取得します。

listByNamespace

すべてのクライアントグループをネームスペースの下にまとめましょう。

プロパティの詳細

beginCreateOrUpdate

警告

この API は非推奨になりました。

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

警告

この API は非推奨になりました。

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

警告

この API は非推奨になりました。

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

警告

この API は非推奨になりました。

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>