JobCredentialsOperations interface

Interface représentant une opération JobCredentials.

Propriétés

createOrUpdate

Crée ou met à jour un diplôme d’emploi.

delete

Supprime une qualification professionnelle.

get

Il obtient un diplôme professionnel.

listByAgent

Obtient une liste des diplômes d’emploi.

Détails de la propriété

createOrUpdate

Crée ou met à jour un diplôme d’emploi.

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

Valeur de propriété

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

delete

Supprime une qualification professionnelle.

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

Valeur de propriété

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

get

Il obtient un diplôme professionnel.

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

Valeur de propriété

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

listByAgent

Obtient une liste des diplômes d’emploi.

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

Valeur de propriété

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