AgentPoolsOperations interface
Interfaccia che rappresenta un'operazione AgentPools.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Creare un nuovo pool di agenti del cluster Kubernetes o aggiornare le proprietà di quella esistente. |
| delete | Eliminare il pool di agenti del cluster Kubernetes fornito. |
| get | Ottenere le proprietà del pool di agenti del cluster Kubernetes fornito. |
| list |
Ottenere un elenco di pool di agenti per il cluster Kubernetes fornito. |
| update | Applicare patch alle proprietà del pool di agenti del cluster Kubernetes fornito o aggiornare i tag associati al pool di agenti del cluster Kubernetes. Le proprietà e gli aggiornamenti dei tag possono essere eseguiti in modo indipendente. |
Dettagli proprietà
beginCreateOrUpdate
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
beginCreateOrUpdateAndWait
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => Promise<AgentPool>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => Promise<AgentPool>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => Promise<OperationStatusResult>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => Promise<OperationStatusResult>
beginUpdate
Avviso
Questa API è ora deprecata.
use update instead
beginUpdate: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<AgentPool>, AgentPool>>
beginUpdateAndWait
Avviso
Questa API è ora deprecata.
use update instead
beginUpdateAndWait: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => Promise<AgentPool>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => Promise<AgentPool>
createOrUpdate
Creare un nuovo pool di agenti del cluster Kubernetes o aggiornare le proprietà di quella esistente.
createOrUpdate: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, agentPoolParameters: AgentPool, options?: AgentPoolsCreateOrUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>
delete
Eliminare il pool di agenti del cluster Kubernetes fornito.
delete: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams) => PollerLike<OperationState<OperationStatusResult>, OperationStatusResult>
get
Ottenere le proprietà del pool di agenti del cluster Kubernetes fornito.
get: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams) => Promise<AgentPool>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsGetOptionalParams) => Promise<AgentPool>
listByKubernetesCluster
Ottenere un elenco di pool di agenti per il cluster Kubernetes fornito.
listByKubernetesCluster: (resourceGroupName: string, kubernetesClusterName: string, options?: AgentPoolsListByKubernetesClusterOptionalParams) => PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, options?: AgentPoolsListByKubernetesClusterOptionalParams) => PagedAsyncIterableIterator<AgentPool, AgentPool[], PageSettings>
update
Applicare patch alle proprietà del pool di agenti del cluster Kubernetes fornito o aggiornare i tag associati al pool di agenti del cluster Kubernetes. Le proprietà e gli aggiornamenti dei tag possono essere eseguiti in modo indipendente.
update: (resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>
Valore della proprietà
(resourceGroupName: string, kubernetesClusterName: string, agentPoolName: string, options?: AgentPoolsUpdateOptionalParams) => PollerLike<OperationState<AgentPool>, AgentPool>