IArtifactSourcesOperations 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.
ArtifactSourcesOperations operations.
public interface IArtifactSourcesOperations
type IArtifactSourcesOperations = interface
Public Interface IArtifactSourcesOperations
Methods
CreateOrUpdateWithHttpMessagesAsync(String, String, ArtifactSource, Dictionary<String,List<String>>, CancellationToken) |
Creates or updates an artifact source. |
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Deletes an artifact source. |
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets an artifact source. |
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Lists the artifact sources in a resource group. |
Extension Methods
CreateOrUpdate(IArtifactSourcesOperations, String, String, ArtifactSource) |
Creates or updates an artifact source. |
CreateOrUpdateAsync(IArtifactSourcesOperations, String, String, ArtifactSource, CancellationToken) |
Creates or updates an artifact source. |
Delete(IArtifactSourcesOperations, String, String) |
Deletes an artifact source. |
DeleteAsync(IArtifactSourcesOperations, String, String, CancellationToken) |
Deletes an artifact source. |
Get(IArtifactSourcesOperations, String, String) |
Gets an artifact source. |
GetAsync(IArtifactSourcesOperations, String, String, CancellationToken) |
Gets an artifact source. |
List(IArtifactSourcesOperations, String) |
Lists the artifact sources in a resource group. |
ListAsync(IArtifactSourcesOperations, String, CancellationToken) |
Lists the artifact sources in a resource group. |
Applies to
Azure SDK for .NET