AgentPoolsOperations interface

介面代表代理池的操作。

屬性

create

使用指定的參數建立容器登錄的代理程式集區。

delete
get

取得指定代理程式集區的詳細資訊。

getQueueStatus

取得指定代理程式集區的佇列執行計數。

list

列出指定容器登錄的所有代理程式集區。

update

使用指定的參數更新代理程式集區。

屬性詳細資料

create

使用指定的參數建立容器登錄的代理程式集區。

create: (resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>

屬性值

(resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>

delete

delete: (resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

屬性值

(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

取得指定代理程式集區的詳細資訊。

get: (resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams) => Promise<AgentPool>

屬性值

(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams) => Promise<AgentPool>

getQueueStatus

取得指定代理程式集區的佇列執行計數。

getQueueStatus: (resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsGetQueueStatusOptionalParams) => Promise<AgentPoolQueueStatus>

屬性值

(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsGetQueueStatusOptionalParams) => Promise<AgentPoolQueueStatus>

list

列出指定容器登錄的所有代理程式集區。

list: (resourceGroupName: string, registryName: string, options?: AgentPoolsListOptionalParams) => PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>

屬性值

(resourceGroupName: string, registryName: string, options?: AgentPoolsListOptionalParams) => PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>

update

使用指定的參數更新代理程式集區。

update: (resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>

屬性值

(resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>