IWithBootDiagnostics Interface
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.
The stage of the virtual machine definition allowing to enable boot diagnostics.
public interface IWithBootDiagnostics
type IWithBootDiagnostics = interface
Public Interface IWithBootDiagnostics
- Derived
Methods
WithBootDiagnostics() |
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
WithBootDiagnostics(ICreatable<IStorageAccount>) |
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
WithBootDiagnostics(IStorageAccount) |
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
WithBootDiagnostics(String) |
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
Applies to
Azure SDK for .NET