Interface VirtualMachineScaleSet.UpdateStages.WithBootDiagnostics
-
- All Known Subinterfaces:
VirtualMachineScaleSet.Update,VirtualMachineScaleSet.UpdateStages.WithApply,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternalLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerBackendOrNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryInternetFacingLoadBalancerNatPool,VirtualMachineScaleSet.UpdateStages.WithPrimaryLoadBalancer,VirtualMachineScaleSet.UpdateStages.WithSystemAssignedIdentityBasedAccessOrApply
- Enclosing interface:
- VirtualMachineScaleSet.UpdateStages
public static interface VirtualMachineScaleSet.UpdateStages.WithBootDiagnosticsThe stage of the virtual machine scale set definition allowing to enable boot diagnostics.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VirtualMachineScaleSet.UpdatewithBootDiagnostics()Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdatewithBootDiagnostics(Creatable<StorageAccount> creatable)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdatewithBootDiagnostics(StorageAccount storageAccount)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdatewithBootDiagnostics(String storageAccountBlobEndpointUri)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.UpdatewithBootDiagnosticsOnManagedStorageAccount()Specifies that boot diagnostics needs to be enabled in the virtual machine.VirtualMachineScaleSet.UpdatewithoutBootDiagnostics()Specifies that boot diagnostics needs to be disabled in the virtual machine scale set.
-
-
-
Method Detail
-
withBootDiagnosticsOnManagedStorageAccount
VirtualMachineScaleSet.Update withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. Managed storage account is used.- Returns:
- the next stage of the update
-
withBootDiagnostics
VirtualMachineScaleSet.Update withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.- Returns:
- the next stage of the update
-
withBootDiagnostics
VirtualMachineScaleSet.Update withBootDiagnostics(Creatable<StorageAccount> creatable)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.- Parameters:
creatable- the storage account to be created and used for store the boot diagnostics- Returns:
- the next stage of the update
-
withBootDiagnostics
VirtualMachineScaleSet.Update withBootDiagnostics(StorageAccount storageAccount)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.- Parameters:
storageAccount- an existing storage account to be uses to store the boot diagnostics- Returns:
- the next stage of the update
-
withBootDiagnostics
VirtualMachineScaleSet.Update withBootDiagnostics(String storageAccountBlobEndpointUri)
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.- Parameters:
storageAccountBlobEndpointUri- a storage account blob endpoint to store the boot diagnostics- Returns:
- the next stage of the update
-
withoutBootDiagnostics
VirtualMachineScaleSet.Update withoutBootDiagnostics()
Specifies that boot diagnostics needs to be disabled in the virtual machine scale set.- Returns:
- the next stage of the update
-
-