BootDiagnostics 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
BootDiagnostics() |
Initializes a new instance of the BootDiagnostics class. |
BootDiagnostics(Nullable<Boolean>, String) |
Initializes a new instance of the BootDiagnostics class. |
BootDiagnostics()
Initializes a new instance of the BootDiagnostics class.
public BootDiagnostics ();
Public Sub New ()
Applies to
BootDiagnostics(Nullable<Boolean>, String)
Initializes a new instance of the BootDiagnostics class.
public BootDiagnostics (bool? enabled = default, string storageUri = default);
new Microsoft.Azure.Management.Compute.Models.BootDiagnostics : Nullable<bool> * string -> Microsoft.Azure.Management.Compute.Models.BootDiagnostics
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional storageUri As String = Nothing)
Parameters
- storageUri
- String
Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.
Applies to
Azure SDK for .NET