TenantAccessGits Interface
Implements
public interface TenantAccessGits
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantAccessGitsInner>
Type representing TenantAccessGits.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Access |
getAsync(String resourceGroupName, String serviceName)
Gets the Git access configuration for the tenant. |
| abstract rx.Completable |
regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate primary access key for GIT. |
| abstract rx.Completable |
regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate secondary access key for GIT. |
Method Details
getAsync
public abstract Observable<AccessInformationContract> getAsync(String resourceGroupName, String serviceName)
Gets the Git access configuration for the tenant.
Parameters:
Returns:
regeneratePrimaryKeyAsync
public abstract Completable regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate primary access key for GIT.
Parameters:
Returns:
regenerateSecondaryKeyAsync
public abstract Completable regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate secondary access key for GIT.
Parameters:
Returns: