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 scale set definition allowing to enable boot diagnostics.
public interface IWithBootDiagnostics : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithBootDiagnostics = interface
interface IBeta
Public Interface IWithBootDiagnostics
Implements IBeta
- Derived
- Implements
Methods
WithBootDiagnostics() |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(ICreatable<IStorageAccount>) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(IStorageAccount) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
WithBootDiagnostics(String) |
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |