LogsIngestionAudience Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. monitor. ingestion. models. LogsIngestionAudience
- com.
- com.
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
Logs |
AZURE_CHINA
Static value for Azure China. |
|
static final
Logs |
AZURE_GOVERNMENT
Static value for Azure US Government. |
|
static final
Logs |
AZURE_PUBLIC_CLOUD
Static value for Azure Public Cloud. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Logs |
fromString(String name)
Creates an instance of Logs |
|
static
Collection<Logs |
values()
Get the collection of Logs |
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:
Returns:
values
public static Collection<LogsIngestionAudience> values()
Get the collection of LogsIngestionAudience values.
Returns: