@Beta(value=V1_4_0)
public static interface VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.Update |
withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.Update |
withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.Update |
withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.Update |
withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.
|
VirtualMachineScaleSet.Update |
withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine scale set.
|
@Beta(value=V1_4_0) VirtualMachineScaleSet.Update withBootDiagnostics()
@Beta(value=V1_4_0) VirtualMachineScaleSet.Update withBootDiagnostics(Creatable<StorageAccount> creatable)
creatable - the storage account to be created and used for store the boot diagnostics@Beta(value=V1_4_0) VirtualMachineScaleSet.Update withBootDiagnostics(StorageAccount storageAccount)
storageAccount - an existing storage account to be uses to store the boot diagnostics@Beta(value=V1_4_0) VirtualMachineScaleSet.Update withBootDiagnostics(String storageAccountBlobEndpointUri)
storageAccountBlobEndpointUri - a storage account blob endpoint to store the boot diagnostics@Beta(value=V1_4_0) VirtualMachineScaleSet.Update withoutBootDiagnostics()
Copyright © 2019. All rights reserved.