IArtifactSourcesOperations Interface

Definition

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