JobCredentialsOperationsExtensions Class

Definition

Extension methods for JobCredentialsOperations.

public static class JobCredentialsOperationsExtensions
type JobCredentialsOperationsExtensions = class
Public Module JobCredentialsOperationsExtensions
Inheritance
JobCredentialsOperationsExtensions

Methods

CreateOrUpdate(IJobCredentialsOperations, String, String, String, String, JobCredential)

Creates or updates a job credential.

CreateOrUpdateAsync(IJobCredentialsOperations, String, String, String, String, JobCredential, CancellationToken)

Creates or updates a job credential.

Delete(IJobCredentialsOperations, String, String, String, String)

Deletes a job credential.

DeleteAsync(IJobCredentialsOperations, String, String, String, String, CancellationToken)

Deletes a job credential.

Get(IJobCredentialsOperations, String, String, String, String)

Gets a jobs credential.

GetAsync(IJobCredentialsOperations, String, String, String, String, CancellationToken)

Gets a jobs credential.

ListByAgent(IJobCredentialsOperations, String, String, String)

Gets a list of jobs credentials.

ListByAgentAsync(IJobCredentialsOperations, String, String, String, CancellationToken)

Gets a list of jobs credentials.

ListByAgentNext(IJobCredentialsOperations, String)

Gets a list of jobs credentials.

ListByAgentNextAsync(IJobCredentialsOperations, String, CancellationToken)

Gets a list of jobs credentials.

Applies to