你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ClientGroups interface
表示 ClientGroups 的接口。
方法
方法详细信息
beginCreateOrUpdate(string, string, string, ClientGroup, ClientGroupsCreateOrUpdateOptionalParams)
使用指定的参数创建或更新客户端组。
function beginCreateOrUpdate(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
- clientGroupName
-
string
客户端组名称。
- clientGroupInfo
- ClientGroup
客户端组信息。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<ClientGroup>, ClientGroup>>
beginCreateOrUpdateAndWait(string, string, string, ClientGroup, ClientGroupsCreateOrUpdateOptionalParams)
使用指定的参数创建或更新客户端组。
function beginCreateOrUpdateAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, clientGroupInfo: ClientGroup, options?: ClientGroupsCreateOrUpdateOptionalParams): Promise<ClientGroup>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
- clientGroupName
-
string
客户端组名称。
- clientGroupInfo
- ClientGroup
客户端组信息。
选项参数。
返回
Promise<ClientGroup>
beginDelete(string, string, string, ClientGroupsDeleteOptionalParams)
删除现有客户端组。
function beginDelete(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
- clientGroupName
-
string
客户端组的名称。
- options
- ClientGroupsDeleteOptionalParams
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, ClientGroupsDeleteOptionalParams)
删除现有客户端组。
function beginDeleteAndWait(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
- clientGroupName
-
string
客户端组的名称。
- options
- ClientGroupsDeleteOptionalParams
选项参数。
返回
Promise<void>
get(string, string, string, ClientGroupsGetOptionalParams)
获取客户端组的属性。
function get(resourceGroupName: string, namespaceName: string, clientGroupName: string, options?: ClientGroupsGetOptionalParams): Promise<ClientGroup>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
- clientGroupName
-
string
客户端组的名称。
- options
- ClientGroupsGetOptionalParams
选项参数。
返回
Promise<ClientGroup>
listByNamespace(string, string, ClientGroupsListByNamespaceOptionalParams)
获取命名空间下的所有客户端组。
function listByNamespace(resourceGroupName: string, namespaceName: string, options?: ClientGroupsListByNamespaceOptionalParams): PagedAsyncIterableIterator<ClientGroup, ClientGroup[], PageSettings>
参数
- resourceGroupName
-
string
用户订阅中的资源组的名称。
- namespaceName
-
string
命名空间的名称。
选项参数。