DelegationSettings Interface
Implements
public interface DelegationSettings
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DelegationSettingsInner>
Type representing DelegationSettings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Portal |
createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)
Create or Update Delegation settings. |
|
abstract
rx.Observable<Portal |
getAsync(String resourceGroupName, String serviceName)
Get Delegation Settings for the Portal. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName)
Gets the entity state (Etag) version of the Delegation |
| abstract rx.Completable |
updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)
Update Delegation settings. |
Method Details
createOrUpdateAsync
public abstract Observable<PortalDelegationSettings> createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)
Create or Update Delegation settings.
Parameters:
Returns:
getAsync
public abstract Observable<PortalDelegationSettings> getAsync(String resourceGroupName, String serviceName)
Get Delegation Settings for the Portal.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName)
Gets the entity state (Etag) version of the DelegationSettings.
Parameters:
Returns:
updateAsync
public abstract Completable updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)
Update Delegation settings.
Parameters:
Returns: