共用方式為


ClientGroups interface

表示 ClientGroups 的介面。

方法

beginCreateOrUpdate(string, string, string, ClientGroup, ClientGroupsCreateOrUpdateOptionalParams)

使用指定的參數建立或更新用戶端群組。

beginCreateOrUpdateAndWait(string, string, string, ClientGroup, ClientGroupsCreateOrUpdateOptionalParams)

使用指定的參數建立或更新用戶端群組。

beginDelete(string, string, string, ClientGroupsDeleteOptionalParams)

刪除現有的用戶端群組。

beginDeleteAndWait(string, string, string, ClientGroupsDeleteOptionalParams)

刪除現有的用戶端群組。

get(string, string, string, ClientGroupsGetOptionalParams)

取得用戶端群組的屬性。

listByNamespace(string, string, ClientGroupsListByNamespaceOptionalParams)

取得命名空間下的所有用戶端群組。

方法詳細資料

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

命名空間的名稱。

傳回