Show / Hide Table of Contents

    Class DiagnosticSettingsCategoryResourceCollection

    Represents a collection of diagnostic setting category resources.

    Inheritance
    Object
    DiagnosticSettingsCategoryResourceCollection
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Monitor.dll
    Syntax
    public class DiagnosticSettingsCategoryResourceCollection

    Constructors

    DiagnosticSettingsCategoryResourceCollection()

    Initializes a new instance of the DiagnosticSettingsCategoryResourceCollection class.

    Declaration
    public DiagnosticSettingsCategoryResourceCollection ();

    DiagnosticSettingsCategoryResourceCollection(IList<DiagnosticSettingsCategoryResource>)

    Initializes a new instance of the DiagnosticSettingsCategoryResourceCollection class.

    Declaration
    public DiagnosticSettingsCategoryResourceCollection (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.DiagnosticSettingsCategoryResource> value = null);
    Parameters
    IList<DiagnosticSettingsCategoryResource> value

    The collection of diagnostic settings category resources.

    Properties

    Value

    Gets or sets the collection of diagnostic settings category resources.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="value")]
    public System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.DiagnosticSettingsCategoryResource> Value { get; set; }
    Property Value
    IList<DiagnosticSettingsCategoryResource>

    Back to top Azure SDK for Net