ApiDiagnostics Interface
Implements
public interface ApiDiagnostics
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.ApiDiagnosticsInner>
Type representing ApiDiagnostics.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId, String ifMatch)
Deletes the specified Diagnostic from an API. |
|
abstract
rx.Observable<Api |
getAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId)
Gets the details of the Diagnostic for an API specified by its identifier. |
| abstract rx.Completable |
getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId)
Gets the entity state (Etag) version of the Diagnostic for an API specified by its identifier. |
|
abstract
rx.Observable<Api |
listByServiceAsync(String resourceGroupName, String serviceName, String apiId)
Lists all diagnostics of an API. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId, String ifMatch)
Deletes the specified Diagnostic from an API.
Parameters:
Returns:
getAsync
public abstract Observable<ApiDiagnosticContract> getAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId)
Gets the details of the Diagnostic for an API specified by its identifier.
Parameters:
Returns:
getEntityTagAsync
public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName, String apiId, String diagnosticId)
Gets the entity state (Etag) version of the Diagnostic for an API specified by its identifier.
Parameters:
Returns:
listByServiceAsync
public abstract Observable<ApiDiagnosticContract> listByServiceAsync(String resourceGroupName, String serviceName, String apiId)
Lists all diagnostics of an API.
Parameters:
Returns: