ContainerServiceDiagnosticsProfile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ContainerServiceDiagnosticsProfile() |
Initializes a new instance of the ContainerServiceDiagnosticsProfile class. |
ContainerServiceDiagnosticsProfile(ContainerServiceVMDiagnostics) |
Initializes a new instance of the ContainerServiceDiagnosticsProfile class. |
ContainerServiceDiagnosticsProfile()
Initializes a new instance of the ContainerServiceDiagnosticsProfile class.
public ContainerServiceDiagnosticsProfile ();
Public Sub New ()
Applies to
ContainerServiceDiagnosticsProfile(ContainerServiceVMDiagnostics)
Initializes a new instance of the ContainerServiceDiagnosticsProfile class.
public ContainerServiceDiagnosticsProfile (Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMDiagnostics vmDiagnostics);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile : Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMDiagnostics -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceDiagnosticsProfile
Public Sub New (vmDiagnostics As ContainerServiceVMDiagnostics)
Parameters
- vmDiagnostics
- ContainerServiceVMDiagnostics
Profile for the container service VM diagnostic agent.