SignInSettings Interface

Implements

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

public interface SignInSettings
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.SignInSettingsInner>

Type representing SignInSettings.

Method Summary

Modifier and Type Method and Description
abstract rx.Observable<PortalSigninSettings> createOrUpdateAsync(String resourceGroupName, String serviceName)

Create or Update Sign-In settings.

abstract rx.Observable<PortalSigninSettings> getAsync(String resourceGroupName, String serviceName)

Get Sign In Settings for the Portal.

abstract rx.Completable getEntityTagAsync(String resourceGroupName, String serviceName)

Gets the entity state (Etag) version of the SignInSettings.

abstract rx.Completable updateAsync(String resourceGroupName, String serviceName, String ifMatch)

Update Sign-In settings.

Method Details

createOrUpdateAsync

public abstract Observable<PortalSigninSettings> createOrUpdateAsync(String resourceGroupName, String serviceName)

Create or Update Sign-In settings.

Parameters:

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

Returns:

the observable for the request

getAsync

public abstract Observable<PortalSigninSettings> getAsync(String resourceGroupName, String serviceName)

Get Sign In Settings for the Portal.

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)

Gets the entity state (Etag) version of the SignInSettings.

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 Sign-In settings.

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