VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics Interface
public static interface VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics
The stage of the virtual machine scale set definition allowing to enable boot diagnostics.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
abstract Update |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
abstract Update |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
abstract Update |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set. |
abstract Update |
withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. |
abstract Update |
withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine scale set. |
Method Details
withBootDiagnostics
public abstract VirtualMachineScaleSet.Update withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
Returns:
withBootDiagnostics
public abstract VirtualMachineScaleSet.Update withBootDiagnostics(Creatable
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
Parameters:
Returns:
withBootDiagnostics
public abstract VirtualMachineScaleSet.Update withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
Parameters:
Returns:
withBootDiagnostics
public abstract VirtualMachineScaleSet.Update withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
Parameters:
Returns:
withBootDiagnosticsOnManagedStorageAccount
public abstract VirtualMachineScaleSet.Update withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. Managed storage account is used.
Returns:
withoutBootDiagnostics
public abstract VirtualMachineScaleSet.Update withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine scale set.
Returns:
Applies to
Azure SDK for Java