ContainerServiceDiagnosticsProfile Constructors

Definition

Overloads

ContainerServiceDiagnosticsProfile()
ContainerServiceDiagnosticsProfile(ContainerServiceVMDiagnostics)

ContainerServiceDiagnosticsProfile()

public ContainerServiceDiagnosticsProfile ();
Public Sub New ()

Applies to

ContainerServiceDiagnosticsProfile(ContainerServiceVMDiagnostics)

public ContainerServiceDiagnosticsProfile (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceVMDiagnostics vmDiagnostics);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceDiagnosticsProfile : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceVMDiagnostics -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ContainerServiceDiagnosticsProfile
Public Sub New (vmDiagnostics As ContainerServiceVMDiagnostics)

Parameters

Applies to