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() | |
BootDiagnostics(Nullable<Boolean>, String) |
BootDiagnostics()
public BootDiagnostics ();
Public Sub New ()
Applies to
BootDiagnostics(Nullable<Boolean>, String)
public BootDiagnostics (bool? enabled = default, string storageUri = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.BootDiagnostics : Nullable<bool> * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.BootDiagnostics
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional storageUri As String = Nothing)
Parameters
- storageUri
- String