Share via


LogsQueryAudience Struct

Definition

Cloud audiences available for Query.

public readonly struct LogsQueryAudience : IEquatable<Azure.Monitor.Query.LogsQueryAudience>
type LogsQueryAudience = struct
Public Structure LogsQueryAudience
Implements IEquatable(Of LogsQueryAudience)
Inheritance
LogsQueryAudience
Implements

Constructors

LogsQueryAudience(String)

Initializes a new instance of the LogsQueryAudience object.

Properties

AzureChina

Azure China.

AzureGovernment

Azure US Government.

AzurePublicCloud

Azure Public Cloud.

Methods

Equals(LogsQueryAudience)

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(LogsQueryAudience, LogsQueryAudience)

Determines if two LogsQueryAudience values are the same.

Implicit(String to LogsQueryAudience)

Converts a string to a LogsQueryAudience.

Inequality(LogsQueryAudience, LogsQueryAudience)

Determines if two LogsQueryAudience values are not the same.

Applies to