MetricNamespacesClient Interface
public interface MetricNamespacesClient
An instance of this class provides access to all the operations defined in MetricNamespacesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
list(String resourceUri)
Lists the metric namespaces for the resource. |
abstract
Paged |
list(String resourceUri, String startTime, Context context)
Lists the metric namespaces for the resource. |
abstract
Paged |
listAsync(String resourceUri)
Lists the metric namespaces for the resource. |
abstract
Paged |
listAsync(String resourceUri, String startTime)
Lists the metric namespaces for the resource. |
Method Details
list
public abstract PagedIterable
Lists the metric namespaces for the resource.
Parameters:
Returns:
list
public abstract PagedIterable
Lists the metric namespaces for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the metric namespaces for the resource.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists the metric namespaces for the resource.
Parameters:
Returns:
Applies to
Azure SDK for Java