JobCredentialsOperations interface

Interfejs reprezentujący operacje JobCredentials.

Właściwości

createOrUpdate

Tworzy lub aktualizuje poświadczenie do pracy.

delete

Usuwa poświadczenie zawodowe.

get

Zdobywa uprawnienia do pracy.

listByAgent

Dostaje listę kwalifikacji zawodowych.

Szczegóły właściwości

createOrUpdate

Tworzy lub aktualizuje poświadczenie do pracy.

createOrUpdate: (resourceGroupName: string, serverName: string, jobAgentName: string, credentialName: string, parameters: JobCredential, options?: JobCredentialsCreateOrUpdateOptionalParams) => Promise<JobCredential>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, credentialName: string, parameters: JobCredential, options?: JobCredentialsCreateOrUpdateOptionalParams) => Promise<JobCredential>

delete

Usuwa poświadczenie zawodowe.

delete: (resourceGroupName: string, serverName: string, jobAgentName: string, credentialName: string, options?: JobCredentialsDeleteOptionalParams) => Promise<void>

Wartość właściwości

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

get

Zdobywa uprawnienia do pracy.

get: (resourceGroupName: string, serverName: string, jobAgentName: string, credentialName: string, options?: JobCredentialsGetOptionalParams) => Promise<JobCredential>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, credentialName: string, options?: JobCredentialsGetOptionalParams) => Promise<JobCredential>

listByAgent

Dostaje listę kwalifikacji zawodowych.

listByAgent: (resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobCredentialsListByAgentOptionalParams) => PagedAsyncIterableIterator<JobCredential, JobCredential[], PageSettings>

Wartość właściwości

(resourceGroupName: string, serverName: string, jobAgentName: string, options?: JobCredentialsListByAgentOptionalParams) => PagedAsyncIterableIterator<JobCredential, JobCredential[], PageSettings>