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
Lists the metric definitions for the resource.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the metric definitions for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the metric definitions for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the metric definitions for the resource.
Parameters:
Returns:
Applies to
Azure SDK for Java