IWithBootDiagnostics Interface

Definition

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.

WithoutBootDiagnostics()

Specifies that boot diagnostics needs to be disabled in the virtual machine scale set.

Applies to