public interface MetricNamespacesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.http.rest.PagedIterable<MetricNamespaceInner> |
list(String resourceUri)
Lists the metric namespaces for the resource.
|
com.azure.core.http.rest.PagedIterable<MetricNamespaceInner> |
list(String resourceUri,
String startTime,
com.azure.core.util.Context context)
Lists the metric namespaces for the resource.
|
com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> |
listAsync(String resourceUri)
Lists the metric namespaces for the resource.
|
com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> |
listAsync(String resourceUri,
String startTime)
Lists the metric namespaces for the resource.
|
com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> listAsync(String resourceUri, String startTime)
resourceUri - The identifier of the resource.startTime - The ISO 8601 conform Date start time from which to query for metric namespaces.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<MetricNamespaceInner> listAsync(String resourceUri)
resourceUri - The identifier of the resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<MetricNamespaceInner> list(String resourceUri, String startTime, com.azure.core.util.Context context)
resourceUri - The identifier of the resource.startTime - The ISO 8601 conform Date start time from which to query for metric namespaces.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<MetricNamespaceInner> list(String resourceUri)
resourceUri - The identifier of the resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.