DiagnosticSettingsCategoryResource Constructors
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.
Overloads
DiagnosticSettingsCategoryResource() |
Initializes a new instance of the DiagnosticSettingsCategoryResource class. |
DiagnosticSettingsCategoryResource(String, String, String, CategoryType) |
Initializes a new instance of the DiagnosticSettingsCategoryResource class. |
DiagnosticSettingsCategoryResource()
Initializes a new instance of the DiagnosticSettingsCategoryResource class.
public DiagnosticSettingsCategoryResource ();
Public Sub New ()
Applies to
DiagnosticSettingsCategoryResource(String, String, String, CategoryType)
Initializes a new instance of the DiagnosticSettingsCategoryResource class.
public DiagnosticSettingsCategoryResource (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Monitor.Models.CategoryType categoryType = Microsoft.Azure.Management.Monitor.Models.CategoryType.Metrics);
new Microsoft.Azure.Management.Monitor.Models.DiagnosticSettingsCategoryResource : string * string * string * Microsoft.Azure.Management.Monitor.Models.CategoryType -> Microsoft.Azure.Management.Monitor.Models.DiagnosticSettingsCategoryResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional categoryType As CategoryType = Microsoft.Azure.Management.Monitor.Models.CategoryType.Metrics)
Parameters
- id
- String
Azure resource Id
- name
- String
Azure resource name
- type
- String
Azure resource type
- categoryType
- CategoryType
The type of the diagnostic settings category. Possible values include: 'Metrics', 'Logs'
Applies to
Azure SDK for .NET