azure-docs-sdk-java/docs-ref-autogen/com.azure.monitor.query.Met...

231 строка
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.monitor.query.MetricsClientBuilder"
fullName: "com.azure.monitor.query.MetricsClientBuilder"
name: "MetricsClientBuilder"
nameWithType: "MetricsClientBuilder"
summary: "Fluent builder for creating instances of <xref uid=\"com.azure.monitor.query.MetricsClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClient\"></xref> and <xref uid=\"com.azure.monitor.query.MetricsAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsAsyncClient\"></xref>."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **MetricsClientBuilder**</br> implements <xref href=\"com.azure.core.client.traits.EndpointTrait?alt=com.azure.core.client.traits.EndpointTrait&text=EndpointTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.core.client.traits.ConfigurationTrait?alt=com.azure.core.client.traits.ConfigurationTrait&text=ConfigurationTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.monitor.query.MetricsClientBuilder.MetricsClientBuilder()"
fullName: "com.azure.monitor.query.MetricsClientBuilder.MetricsClientBuilder()"
name: "MetricsClientBuilder()"
nameWithType: "MetricsClientBuilder.MetricsClientBuilder()"
summary: "Creates an instance of Metrics<wbr>Client<wbr>Builder."
syntax: "public MetricsClientBuilder()"
desc: "Creates an instance of MetricsClientBuilder."
methods:
- uid: "com.azure.monitor.query.MetricsClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.addPolicy(HttpPipelinePolicy customPolicy)"
name: "addPolicy(HttpPipelinePolicy customPolicy)"
nameWithType: "MetricsClientBuilder.addPolicy(HttpPipelinePolicy customPolicy)"
summary: "Adds a custom Http pipeline policy."
parameters:
- description: "The custom Http pipeline policy to add."
name: "customPolicy"
type: "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder addPolicy(HttpPipelinePolicy customPolicy)"
desc: "Adds a custom Http pipeline policy."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.audience(com.azure.monitor.query.models.MetricsAudience)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.audience(MetricsAudience audience)"
name: "audience(MetricsAudience audience)"
nameWithType: "MetricsClientBuilder.audience(MetricsAudience audience)"
summary: "Sets the metrics audience."
parameters:
- description: "the audience."
name: "audience"
type: "<xref href=\"com.azure.monitor.query.models.MetricsAudience?alt=com.azure.monitor.query.models.MetricsAudience&text=MetricsAudience\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder audience(MetricsAudience audience)"
desc: "Sets the metrics audience."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.buildAsyncClient()"
fullName: "com.azure.monitor.query.MetricsClientBuilder.buildAsyncClient()"
name: "buildAsyncClient()"
nameWithType: "MetricsClientBuilder.buildAsyncClient()"
summary: "Creates an asynchronous client with the configured options in this builder."
syntax: "public MetricsAsyncClient buildAsyncClient()"
desc: "Creates an asynchronous client with the configured options in this builder."
returns:
description: "An asynchronous <xref uid=\"com.azure.monitor.query.MetricsAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsAsyncClient\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsAsyncClient?alt=com.azure.monitor.query.MetricsAsyncClient&text=MetricsAsyncClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.buildClient()"
fullName: "com.azure.monitor.query.MetricsClientBuilder.buildClient()"
name: "buildClient()"
nameWithType: "MetricsClientBuilder.buildClient()"
summary: "Creates a synchronous client with the configured options in this builder."
syntax: "public MetricsClient buildClient()"
desc: "Creates a synchronous client with the configured options in this builder."
returns:
description: "A synchronous <xref uid=\"com.azure.monitor.query.MetricsClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClient\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClient?alt=com.azure.monitor.query.MetricsClient&text=MetricsClient\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.clientOptions(com.azure.core.util.ClientOptions)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.clientOptions(ClientOptions clientOptions)"
name: "clientOptions(ClientOptions clientOptions)"
nameWithType: "MetricsClientBuilder.clientOptions(ClientOptions clientOptions)"
summary: "Set the <xref uid=\"com.azure.core.util.ClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientOptions\"></xref> used for creating the client."
parameters:
- description: "The <xref uid=\"com.azure.core.util.ClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientOptions\"></xref>."
name: "clientOptions"
type: "<xref href=\"com.azure.core.util.ClientOptions?alt=com.azure.core.util.ClientOptions&text=ClientOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder clientOptions(ClientOptions clientOptions)"
desc: "Set the <xref uid=\"com.azure.core.util.ClientOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"ClientOptions\"></xref> used for creating the client."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.configuration(com.azure.core.util.Configuration)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.configuration(Configuration configuration)"
name: "configuration(Configuration configuration)"
nameWithType: "MetricsClientBuilder.configuration(Configuration configuration)"
summary: "Sets The configuration store that is used during construction of the service client."
parameters:
- description: "the configuration value."
name: "configuration"
type: "<xref href=\"com.azure.core.util.Configuration?alt=com.azure.core.util.Configuration&text=Configuration\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder configuration(Configuration configuration)"
desc: "Sets The configuration store that is used during construction of the service client."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.credential(com.azure.core.credential.TokenCredential)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.credential(TokenCredential tokenCredential)"
name: "credential(TokenCredential tokenCredential)"
nameWithType: "MetricsClientBuilder.credential(TokenCredential tokenCredential)"
summary: "Sets The Token<wbr>Credential used for authentication."
parameters:
- description: "the tokenCredential value."
name: "tokenCredential"
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder credential(TokenCredential tokenCredential)"
desc: "Sets The TokenCredential used for authentication."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.endpoint(java.lang.String)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.endpoint(String endpoint)"
name: "endpoint(String endpoint)"
nameWithType: "MetricsClientBuilder.endpoint(String endpoint)"
summary: "Sets the metrics endpoint."
parameters:
- description: "the endpoint."
name: "endpoint"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MetricsClientBuilder endpoint(String endpoint)"
desc: "Sets the metrics endpoint."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.httpClient(com.azure.core.http.HttpClient)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.httpClient(HttpClient httpClient)"
name: "httpClient(HttpClient httpClient)"
nameWithType: "MetricsClientBuilder.httpClient(HttpClient httpClient)"
summary: "Sets The HTTP client used to send the request."
parameters:
- description: "the httpClient value."
name: "httpClient"
type: "<xref href=\"com.azure.core.http.HttpClient?alt=com.azure.core.http.HttpClient&text=HttpClient\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder httpClient(HttpClient httpClient)"
desc: "Sets The HTTP client used to send the request."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.httpLogOptions(HttpLogOptions httpLogOptions)"
name: "httpLogOptions(HttpLogOptions httpLogOptions)"
nameWithType: "MetricsClientBuilder.httpLogOptions(HttpLogOptions httpLogOptions)"
summary: "Sets The logging configuration for HTTP requests and responses."
parameters:
- description: "the httpLogOptions value."
name: "httpLogOptions"
type: "<xref href=\"com.azure.core.http.policy.HttpLogOptions?alt=com.azure.core.http.policy.HttpLogOptions&text=HttpLogOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder httpLogOptions(HttpLogOptions httpLogOptions)"
desc: "Sets The logging configuration for HTTP requests and responses."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.pipeline(com.azure.core.http.HttpPipeline)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.pipeline(HttpPipeline pipeline)"
name: "pipeline(HttpPipeline pipeline)"
nameWithType: "MetricsClientBuilder.pipeline(HttpPipeline pipeline)"
summary: "Sets The HTTP pipeline to send requests through."
parameters:
- description: "the pipeline value."
name: "pipeline"
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder pipeline(HttpPipeline pipeline)"
desc: "Sets The HTTP pipeline to send requests through."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.retryOptions(RetryOptions retryOptions)"
name: "retryOptions(RetryOptions retryOptions)"
nameWithType: "MetricsClientBuilder.retryOptions(RetryOptions retryOptions)"
summary: "Sets the <xref uid=\"com.azure.core.http.policy.RetryOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetryOptions\"></xref> used for creating the client."
parameters:
- description: "The <xref uid=\"com.azure.core.http.policy.RetryOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetryOptions\"></xref>."
name: "retryOptions"
type: "<xref href=\"com.azure.core.http.policy.RetryOptions?alt=com.azure.core.http.policy.RetryOptions&text=RetryOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder retryOptions(RetryOptions retryOptions)"
desc: "Sets the <xref uid=\"com.azure.core.http.policy.RetryOptions\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RetryOptions\"></xref> used for creating the client."
returns:
description: "the updated <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
name: "retryPolicy(RetryPolicy retryPolicy)"
nameWithType: "MetricsClientBuilder.retryPolicy(RetryPolicy retryPolicy)"
summary: "Sets The retry policy that will attempt to retry failed requests, if applicable."
parameters:
- description: "the retryPolicy value."
name: "retryPolicy"
type: "<xref href=\"com.azure.core.http.policy.RetryPolicy?alt=com.azure.core.http.policy.RetryPolicy&text=RetryPolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder retryPolicy(RetryPolicy retryPolicy)"
desc: "Sets The retry policy that will attempt to retry failed requests, if applicable."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.monitor.query.MetricsClientBuilder.serviceVersion(com.azure.monitor.query.MetricsServiceVersion)"
fullName: "com.azure.monitor.query.MetricsClientBuilder.serviceVersion(MetricsServiceVersion serviceVersion)"
name: "serviceVersion(MetricsServiceVersion serviceVersion)"
nameWithType: "MetricsClientBuilder.serviceVersion(MetricsServiceVersion serviceVersion)"
summary: "The service version to use when creating the client."
parameters:
- description: "The <xref uid=\"com.azure.monitor.query.MetricsServiceVersion\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsServiceVersion\"></xref>."
name: "serviceVersion"
type: "<xref href=\"com.azure.monitor.query.MetricsServiceVersion?alt=com.azure.monitor.query.MetricsServiceVersion&text=MetricsServiceVersion\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricsClientBuilder serviceVersion(MetricsServiceVersion serviceVersion)"
desc: "The service version to use when creating the client."
returns:
description: "the <xref uid=\"com.azure.monitor.query.MetricsClientBuilder\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClientBuilder\"></xref>."
type: "<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Fluent builder for creating instances of <xref uid=\"com.azure.monitor.query.MetricsClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsClient\"></xref> and <xref uid=\"com.azure.monitor.query.MetricsAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"MetricsAsyncClient\"></xref>."
implements:
- "<xref href=\"com.azure.core.client.traits.ConfigurationTrait?alt=com.azure.core.client.traits.ConfigurationTrait&text=ConfigurationTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.core.client.traits.EndpointTrait?alt=com.azure.core.client.traits.EndpointTrait&text=EndpointTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.core.client.traits.HttpTrait?alt=com.azure.core.client.traits.HttpTrait&text=HttpTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.monitor.query.MetricsClientBuilder?alt=com.azure.monitor.query.MetricsClientBuilder&text=MetricsClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.monitor.query"
artifact: com.azure:azure-monitor-query:1.5.3