LogsIngestionAudience Class

public class LogsIngestionAudience
extends ExpandableStringEnum<LogsIngestionAudience>

The audience indicating the authorization scope of log ingestion clients.

Field Summary

Modifier and Type Field and Description
static final LogsIngestionAudience AZURE_CHINA

Static value for Azure China.

static final LogsIngestionAudience AZURE_GOVERNMENT

Static value for Azure US Government.

static final LogsIngestionAudience AZURE_PUBLIC_CLOUD

Static value for Azure Public Cloud.

Method Summary

Modifier and Type Method and Description
static LogsIngestionAudience fromString(String name)

Creates an instance of LogsIngestionAudience.

static Collection<LogsIngestionAudience> values()

Get the collection of LogsIngestionAudience values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AZURE_CHINA

public static final LogsIngestionAudience AZURE_CHINA

Static value for Azure China.

AZURE_GOVERNMENT

public static final LogsIngestionAudience AZURE_GOVERNMENT

Static value for Azure US Government.

AZURE_PUBLIC_CLOUD

public static final LogsIngestionAudience AZURE_PUBLIC_CLOUD

Static value for Azure Public Cloud.

Method Details

fromString

public static LogsIngestionAudience fromString(String name)

Creates an instance of LogsIngestionAudience.

Parameters:

name - the string value.

Returns:

the LogsIngestionAudience.

values

public static Collection<LogsIngestionAudience> values()

Get the collection of LogsIngestionAudience values.

Returns:

the collection of LogsIngestionAudience values.

Applies to