MetricsQueryAudience Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cloud audiences available for Query.
public readonly struct MetricsQueryAudience : IEquatable<Azure.Monitor.Query.MetricsQueryAudience>
type MetricsQueryAudience = struct
Public Structure MetricsQueryAudience
Implements IEquatable(Of MetricsQueryAudience)
- Inheritance
-
MetricsQueryAudience
- Implements
Constructors
MetricsQueryAudience(String) |
Initializes a new instance of the MetricsQueryAudience object. |
Properties
AzureChina |
Azure China. |
AzureGovernment |
Azure US Government. |
AzurePublicCloud |
Azure Public Cloud. |
Methods
Equals(MetricsQueryAudience) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MetricsQueryAudience, MetricsQueryAudience) |
Determines if two MetricsQueryAudience values are the same. |
Implicit(String to MetricsQueryAudience) |
Converts a string to a MetricsQueryAudience. |
Inequality(MetricsQueryAudience, MetricsQueryAudience) |
Determines if two MetricsQueryAudience values are not the same. |
Applies to
Azure SDK for .NET