IJobCredentialsOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
JobCredentialsOperations operations.
public interface IJobCredentialsOperations
type IJobCredentialsOperations = interface
Public Interface IJobCredentialsOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, JobCredential, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates a job credential. |
DeleteWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes a job credential. |
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a jobs credential. |
ListByAgentNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of jobs credentials. |
ListByAgentWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets a list of jobs credentials. |