Show / Hide Table of Contents

    Class DiagnosticSettingsCategoryResource

    The diagnostic settings category resource.

    Inheritance
    Object
    ProxyOnlyResource
    DiagnosticSettingsCategoryResource
    Inherited Members
    ProxyOnlyResource.Id
    ProxyOnlyResource.Name
    ProxyOnlyResource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class DiagnosticSettingsCategoryResource : Microsoft.Azure.Management.Monitor.Models.ProxyOnlyResource

    Constructors

    DiagnosticSettingsCategoryResource()

    Initializes a new instance of the DiagnosticSettingsCategoryResource class.

    Declaration
    public DiagnosticSettingsCategoryResource ();

    DiagnosticSettingsCategoryResource(String, String, String, CategoryType)

    Initializes a new instance of the DiagnosticSettingsCategoryResource class.

    Declaration
    public DiagnosticSettingsCategoryResource (string id = null, string name = null, string type = null, Microsoft.Azure.Management.Monitor.Models.CategoryType categoryType = Microsoft.Azure.Management.Monitor.Models.CategoryType.Metrics);
    Parameters
    String id

    Azure resource Id

    String name

    Azure resource name

    String type

    Azure resource type

    CategoryType categoryType

    The type of the diagnostic settings category. Possible values include: 'Metrics', 'Logs'

    Properties

    CategoryType

    Gets or sets the type of the diagnostic settings category. Possible values include: 'Metrics', 'Logs'

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.categoryType")]
    public Microsoft.Azure.Management.Monitor.Models.CategoryType CategoryType { get; set; }
    Property Value
    CategoryType

    Back to top Azure SDK for Net