ITenantAccessGitOperations 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.
TenantAccessGitOperations operations.
public interface ITenantAccessGitOperations
type ITenantAccessGitOperations = interface
Public Interface ITenantAccessGitOperations
Methods
RegeneratePrimaryKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Regenerate primary access key for GIT. |
RegenerateSecondaryKeyWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Regenerate secondary access key for GIT. |
Extension Methods
RegeneratePrimaryKey(ITenantAccessGitOperations, String, String, String) |
Regenerate primary access key for GIT. |
RegeneratePrimaryKeyAsync(ITenantAccessGitOperations, String, String, String, CancellationToken) |
Regenerate primary access key for GIT. |
RegenerateSecondaryKey(ITenantAccessGitOperations, String, String, String) |
Regenerate secondary access key for GIT. |
RegenerateSecondaryKeyAsync(ITenantAccessGitOperations, String, String, String, CancellationToken) |
Regenerate secondary access key for GIT. |