Show / Hide Table of Contents

    Class ContainerServiceDiagnosticsProfile

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

    Constructors

    ContainerServiceDiagnosticsProfile()

    Initializes a new instance of the ContainerServiceDiagnosticsProfile class.

    Declaration
    public ContainerServiceDiagnosticsProfile ();

    ContainerServiceDiagnosticsProfile(ContainerServiceVMDiagnostics)

    Initializes a new instance of the ContainerServiceDiagnosticsProfile class.

    Declaration
    public ContainerServiceDiagnosticsProfile (Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics vmDiagnostics);
    Parameters
    ContainerServiceVMDiagnostics vmDiagnostics

    Profile for the container service VM diagnostic agent.

    Properties

    VmDiagnostics

    Gets or sets profile for the container service VM diagnostic agent.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="vmDiagnostics")]
    public Microsoft.Azure.Management.Compute.Models.ContainerServiceVMDiagnostics VmDiagnostics { get; set; }
    Property Value
    ContainerServiceVMDiagnostics

    Methods

    Validate()

    Validate the object.

    Declaration
    public virtual void Validate ();
    Exceptions
    ValidationException

    Thrown if validation fails

    Back to top Azure SDK for Net