你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: