JobAgentsOperations interface

Interfejs reprezentujący operacje JobAgent.

Właściwości

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Tworzy lub aktualizuje agenta pracy.

delete

Usuwa agenta pracy.

get

Dostaje agenta pracy.

listByServer

Dostaje listę agentów pracy na serwerze.

update

Informuje agenta pracy.

Szczegóły właściwości

beginCreateOrUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<JobAgent>, JobAgent>>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<JobAgent>, JobAgent>>

beginCreateOrUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => Promise<JobAgent>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => Promise<JobAgent>

beginDelete

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDelete: (resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => Promise<void>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => Promise<void>

beginUpdate

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

beginUpdate: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<JobAgent>, JobAgent>>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<JobAgent>, JobAgent>>

beginUpdateAndWait

Ostrzeżenie

Ten interfejs API jest już przestarzały.

use update instead

beginUpdateAndWait: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => Promise<JobAgent>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => Promise<JobAgent>

createOrUpdate

Tworzy lub aktualizuje agenta pracy.

createOrUpdate: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<JobAgent>, JobAgent>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgent, options?: JobAgentsCreateOrUpdateOptionalParams) => PollerLike<OperationState<JobAgent>, JobAgent>

delete

Usuwa agenta pracy.

delete: (resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Dostaje agenta pracy.

get: (resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsGetOptionalParams) => Promise<JobAgent>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobAgentsGetOptionalParams) => Promise<JobAgent>

listByServer

Dostaje listę agentów pracy na serwerze.

listByServer: (resourceGroupName: string, serverName: string, options?: JobAgentsListByServerOptionalParams) => PagedAsyncIterableIterator<JobAgent, JobAgent[], PageSettings>

Wartość właściwości

(resourceGroupName: string, serverName: string, options?: JobAgentsListByServerOptionalParams) => PagedAsyncIterableIterator<JobAgent, JobAgent[], PageSettings>

update

Informuje agenta pracy.

update: (resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => PollerLike<OperationState<JobAgent>, JobAgent>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, parameters: JobAgentUpdate, options?: JobAgentsUpdateOptionalParams) => PollerLike<OperationState<JobAgent>, JobAgent>