共用方式為


ISourceControlConfigurationsOperations Interface

Definition

SourceControlConfigurationsOperations operations.

public interface ISourceControlConfigurationsOperations
type ISourceControlConfigurationsOperations = interface
Public Interface ISourceControlConfigurationsOperations

Methods

BeginDeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, SourceControlConfiguration, Dictionary<String,List<String>>, CancellationToken)

Create a new Kubernetes Source Control Configuration.

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets details of the Source Control Configuration.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all Source Control Configurations.

ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

List all Source Control Configurations.

Extension Methods

BeginDelete(ISourceControlConfigurationsOperations, String, String, String, String, String)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

BeginDeleteAsync(ISourceControlConfigurationsOperations, String, String, String, String, String, CancellationToken)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

CreateOrUpdate(ISourceControlConfigurationsOperations, String, String, String, String, String, SourceControlConfiguration)

Create a new Kubernetes Source Control Configuration.

CreateOrUpdateAsync(ISourceControlConfigurationsOperations, String, String, String, String, String, SourceControlConfiguration, CancellationToken)

Create a new Kubernetes Source Control Configuration.

Delete(ISourceControlConfigurationsOperations, String, String, String, String, String)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

DeleteAsync(ISourceControlConfigurationsOperations, String, String, String, String, String, CancellationToken)

This will delete the YAML file used to set up the Source control configuration, thus stopping future sync from the source repo.

Get(ISourceControlConfigurationsOperations, String, String, String, String, String)

Gets details of the Source Control Configuration.

GetAsync(ISourceControlConfigurationsOperations, String, String, String, String, String, CancellationToken)

Gets details of the Source Control Configuration.

List(ISourceControlConfigurationsOperations, String, String, String, String)

List all Source Control Configurations.

ListAsync(ISourceControlConfigurationsOperations, String, String, String, String, CancellationToken)

List all Source Control Configurations.

ListNext(ISourceControlConfigurationsOperations, String)

List all Source Control Configurations.

ListNextAsync(ISourceControlConfigurationsOperations, String, CancellationToken)

List all Source Control Configurations.

Applies to