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, JobCredentialInner, 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. |
Extension Methods
CreateOrUpdateAsync(IJobCredentialsOperations, String, String, String, String, JobCredentialInner, CancellationToken) |
Creates or updates a job credential. |
DeleteAsync(IJobCredentialsOperations, String, String, String, String, CancellationToken) |
Deletes a job credential. |
GetAsync(IJobCredentialsOperations, String, String, String, String, CancellationToken) |
Gets a jobs credential. |
ListByAgentAsync(IJobCredentialsOperations, String, String, String, CancellationToken) |
Gets a list of jobs credentials. |
ListByAgentNextAsync(IJobCredentialsOperations, String, CancellationToken) |
Gets a list of jobs credentials. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET