Share via


LogsIngestionAudience Struct

Definition

Cloud audiences available for Ingestion.

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

Constructors

LogsIngestionAudience(String)

Initializes a new instance of the LogsIngestionAudience object.

Properties

AzureChina

Azure China.

AzureGovernment

Azure Government.

AzurePublicCloud

Azure Public Cloud.

Methods

Equals(LogsIngestionAudience)

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

Determines if two LogsIngestionAudience values are the same.

Implicit(String to LogsIngestionAudience)

Converts a string to a LogsIngestionAudience.

Inequality(LogsIngestionAudience, LogsIngestionAudience)

Determines if two LogsIngestionAudience values are not the same.

Applies to