| Package | Description |
|---|---|
| com.azure.resourcemanager.monitor.fluent.models |
Package containing the inner data models for MonitorClient.
|
| com.azure.resourcemanager.monitor.models |
Package containing the data models for MonitorClient.
|
| Modifier and Type | Method and Description |
|---|---|
CategoryType |
DiagnosticSettingsCategoryResourceInner.categoryType()
Get the categoryType property: The type of the diagnostic settings category.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticSettingsCategoryResourceInner |
DiagnosticSettingsCategoryResourceInner.withCategoryType(CategoryType categoryType)
Set the categoryType property: The type of the diagnostic settings category.
|
| Modifier and Type | Method and Description |
|---|---|
static CategoryType |
CategoryType.fromString(String value)
Parses a serialized value to a CategoryType instance.
|
CategoryType |
DiagnosticSettingsCategory.type()
Get the categoryType value.
|
static CategoryType |
CategoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CategoryType[] |
CategoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.