Share via


TenantAccess Interface

Implements

com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.TenantAccessInner>

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<AccessInformationContract> 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:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

getEntityTagAsync

public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName)

Tenant access metadata.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

regeneratePrimaryKeyAsync

public abstract Completable regeneratePrimaryKeyAsync(String resourceGroupName, String serviceName)

Regenerate primary access key.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

regenerateSecondaryKeyAsync

public abstract Completable regenerateSecondaryKeyAsync(String resourceGroupName, String serviceName)

Regenerate secondary access key.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.

Returns:

the observable for the request

updateAsync

public abstract Completable updateAsync(String resourceGroupName, String serviceName, String ifMatch)

Update tenant access information details.

Parameters:

resourceGroupName - The name of the resource group.
serviceName - The name of the API Management service.
ifMatch - ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update.

Returns:

the observable for the request

Applies to