VirtualMachine.DefinitionStages.WithBootDiagnostics Interface
public interface WithBootDiagnostics
The stage of the virtual machine definition allowing to enable boot diagnostics.
Method Summary
Modifier and Type | Method and Description |
---|---|
Virtual |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
Virtual |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
Virtual |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
Virtual |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
Method Details
withBootDiagnostics
public WithCreate withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Returns:
withBootDiagnostics
public WithCreate withBootDiagnostics(Creatable
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
withBootDiagnostics
public WithCreate withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
withBootDiagnostics
public WithCreate withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine.
Parameters:
Returns:
Applies to
Azure SDK for Java