Loggers Interface
Implements
public interface Loggers
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.LoggersInner>
Type representing Loggers.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String loggerId, String ifMatch)
Deletes the specified logger. |
|
abstract
rx.Observable<Logger |
getAsync(String resourceGroupName, String serviceName, String loggerId)
Gets the details of the logger specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String loggerId)
Gets the entity state (Etag) version of the logger specified by its identifier. |
|
abstract
rx.Observable<Logger |
listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of loggers in the specified service instance. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String loggerId, String ifMatch)
Deletes the specified logger.
Parameters:
Returns:
getAsync
public abstract Observable<LoggerContract> getAsync(String resourceGroupName, String serviceName, String loggerId)
Gets the details of the logger specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String loggerId)
Gets the entity state (Etag) version of the logger specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<LoggerContract> listByServiceAsync(String resourceGroupName, String serviceName)
Lists a collection of loggers in the specified service instance.
Parameters:
Returns: