TenantAccess Interface
Implements
public interface TenantAccess
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantAccessInner>
Type representing TenantAccess.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Access |
getAsync(String resourceGroupName, String serviceName)
Get tenant access information details. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName)
Tenant access metadata. |
| abstract rx.Completable |
regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate primary access key. |
| abstract rx.Completable |
regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate secondary access key. |
| abstract rx.Completable |
updateAsync(String resourceGroupName, String serviceName, String ifMatch)
Update tenant access information details. |
Method Details
getAsync
public abstract Observable<AccessInformationContract> getAsync(String resourceGroupName, String serviceName)
Get tenant access information details.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName)
Tenant access metadata.
Parameters:
Returns:
regeneratePrimaryKeyAsync
public abstract Completable regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate primary access key.
Parameters:
Returns:
regenerateSecondaryKeyAsync
public abstract Completable regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName)
Regenerate secondary access key.
Parameters:
Returns:
updateAsync
public abstract Completable updateAsync(String resourceGroupName, String serviceName, String ifMatch)
Update tenant access information details.
Parameters:
Returns: