ContainerServiceVMDiagnostics 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
ContainerServiceVMDiagnostics() |
Initializes a new instance of the ContainerServiceVMDiagnostics class. |
ContainerServiceVMDiagnostics(Boolean, String) |
Initializes a new instance of the ContainerServiceVMDiagnostics class. |
ContainerServiceVMDiagnostics()
Initializes a new instance of the ContainerServiceVMDiagnostics class.
public ContainerServiceVMDiagnostics ();
Public Sub New ()
Applies to
ContainerServiceVMDiagnostics(Boolean, String)
Initializes a new instance of the ContainerServiceVMDiagnostics class.
public ContainerServiceVMDiagnostics (bool enabled, string storageUri = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMDiagnostics : bool * string -> Microsoft.Azure.Management.Compute.Fluent.Models.ContainerServiceVMDiagnostics
Public Sub New (enabled As Boolean, Optional storageUri As String = Nothing)
Parameters
- enabled
- Boolean
Whether the VM diagnostic agent is provisioned on the VM.
- storageUri
- String
The URI of the storage account where diagnostics are stored.
Applies to
Azure SDK for .NET