MetricDefinitionsClient Interface
public interface MetricDefinitionsClient
An instance of this class provides access to all the operations defined in MetricDefinitionsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceUri)
Lists the metric definitions for the resource. |
|
abstract
Paged |
list(String resourceUri, String metricnamespace, Context context)
Lists the metric definitions for the resource. |
|
abstract
Paged |
listAsync(String resourceUri)
Lists the metric definitions for the resource. |
|
abstract
Paged |
listAsync(String resourceUri, String metricnamespace)
Lists the metric definitions for the resource. |
Method Details
list
public abstract PagedIterable<MetricDefinitionInner> list(String resourceUri)
Lists the metric definitions for the resource.
Parameters:
Returns:
list
public abstract PagedIterable<MetricDefinitionInner> list(String resourceUri, String metricnamespace, Context context)
Lists the metric definitions for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<MetricDefinitionInner> listAsync(String resourceUri)
Lists the metric definitions for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux<MetricDefinitionInner> listAsync(String resourceUri, String metricnamespace)
Lists the metric definitions for the resource.
Parameters:
Returns: