azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

87 строки
6.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient"
fullName: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient"
name: "MetricNamespacesClient"
nameWithType: "MetricNamespacesClient"
summary: "An instance of this class provides access to all the operations defined in Metric<wbr>Namespaces<wbr>Client."
syntax: "public interface **MetricNamespacesClient**"
methods:
- uid: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.list(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.list(String resourceUri)"
name: "list(String resourceUri)"
nameWithType: "MetricNamespacesClient.list(String resourceUri)"
summary: "Lists the metric namespaces for the resource."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<MetricNamespaceInner> list(String resourceUri)"
desc: "Lists the metric namespaces for the resource."
returns:
description: "represents collection of metric namespaces as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner?alt=com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner&text=MetricNamespaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.list(String resourceUri, String startTime, Context context)"
name: "list(String resourceUri, String startTime, Context context)"
nameWithType: "MetricNamespacesClient.list(String resourceUri, String startTime, Context context)"
summary: "Lists the metric namespaces for the resource."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ISO 8601 conform Date start time from which to query for metric namespaces."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<MetricNamespaceInner> list(String resourceUri, String startTime, Context context)"
desc: "Lists the metric namespaces for the resource."
returns:
description: "represents collection of metric namespaces as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner?alt=com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner&text=MetricNamespaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.listAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.listAsync(String resourceUri)"
name: "listAsync(String resourceUri)"
nameWithType: "MetricNamespacesClient.listAsync(String resourceUri)"
summary: "Lists the metric namespaces for the resource."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<MetricNamespaceInner> listAsync(String resourceUri)"
desc: "Lists the metric namespaces for the resource."
returns:
description: "represents collection of metric namespaces as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner?alt=com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner&text=MetricNamespaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.monitor.fluent.MetricNamespacesClient.listAsync(String resourceUri, String startTime)"
name: "listAsync(String resourceUri, String startTime)"
nameWithType: "MetricNamespacesClient.listAsync(String resourceUri, String startTime)"
summary: "Lists the metric namespaces for the resource."
modifiers:
- "abstract"
parameters:
- description: "The identifier of the resource."
name: "resourceUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The ISO 8601 conform Date start time from which to query for metric namespaces."
name: "startTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<MetricNamespaceInner> listAsync(String resourceUri, String startTime)"
desc: "Lists the metric namespaces for the resource."
returns:
description: "represents collection of metric namespaces as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner?alt=com.azure.resourcemanager.monitor.fluent.models.MetricNamespaceInner&text=MetricNamespaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in MetricNamespacesClient."
metadata: {}
package: "com.azure.resourcemanager.monitor.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-monitor:2.42.0