Show / Hide Table of Contents

    Class DataContainer

    Information about a container with data for a given resource.

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

    Constructors

    DataContainer()

    Initializes a new instance of the DataContainer class.

    Declaration
    public DataContainer ();

    DataContainer(WorkspaceInfo)

    Initializes a new instance of the DataContainer class.

    Declaration
    public DataContainer (Microsoft.Azure.Management.Monitor.Models.WorkspaceInfo workspace);
    Parameters
    WorkspaceInfo workspace

    Log Analytics workspace information.

    Properties

    Workspace

    Gets or sets log Analytics workspace information.

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

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net