DiagnosticSettingsCategoryResource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The diagnostic settings category resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DiagnosticSettingsCategoryResource : Microsoft.Azure.Management.Monitor.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DiagnosticSettingsCategoryResource = class
inherit ProxyOnlyResource
Public Class DiagnosticSettingsCategoryResource
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
DiagnosticSettingsCategoryResource() |
Initializes a new instance of the DiagnosticSettingsCategoryResource class. |
DiagnosticSettingsCategoryResource(String, String, String, CategoryType) |
Initializes a new instance of the DiagnosticSettingsCategoryResource class. |
Properties
CategoryType |
Gets or sets the type of the diagnostic settings category. Possible values include: 'Metrics', 'Logs' |
Id |
Gets azure resource Id (Inherited from ProxyOnlyResource) |
Name |
Gets azure resource name (Inherited from ProxyOnlyResource) |
Type |
Gets azure resource type (Inherited from ProxyOnlyResource) |
Applies to
Azure SDK for .NET