Interface VirtualMachineScaleSet.DefinitionStages.WithBootDiagnostics
-
- All Known Subinterfaces:
VirtualMachineScaleSet.DefinitionManaged,VirtualMachineScaleSet.DefinitionManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionShared,VirtualMachineScaleSet.DefinitionStages.WithCreate,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManaged,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionStages.WithLinuxCreateUnmanaged,VirtualMachineScaleSet.DefinitionStages.WithManagedCreate,VirtualMachineScaleSet.DefinitionStages.WithSystemAssignedIdentityBasedAccessOrCreate,VirtualMachineScaleSet.DefinitionStages.WithUnmanagedCreate,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManaged,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateManagedOrUnmanaged,VirtualMachineScaleSet.DefinitionStages.WithWindowsCreateUnmanaged,VirtualMachineScaleSet.DefinitionUnmanaged
- Enclosing interface:
- VirtualMachineScaleSet.DefinitionStages
public static interface VirtualMachineScaleSet.DefinitionStages.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.DefinitionStages.WithCreatewithBootDiagnostics()Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithCreatewithBootDiagnostics(Creatable<StorageAccount> creatable)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithCreatewithBootDiagnostics(StorageAccount storageAccount)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithCreatewithBootDiagnostics(String storageAccountBlobEndpointUri)Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.VirtualMachineScaleSet.DefinitionStages.WithCreatewithBootDiagnosticsOnManagedStorageAccount()Specifies that boot diagnostics needs to be enabled in the virtual machine.
-
-
-
Method Detail
-
withBootDiagnosticsOnManagedStorageAccount
VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnosticsOnManagedStorageAccount()
Specifies that boot diagnostics needs to be enabled in the virtual machine. Managed storage account is used.- Returns:
- the next stage of the definition
-
withBootDiagnostics
VirtualMachineScaleSet.DefinitionStages.WithCreate withBootDiagnostics()
Specifies that boot diagnostics needs to be enabled in the virtual machine scale set.- Returns:
- the next stage of the definition
-
withBootDiagnostics
VirtualMachineScaleSet.DefinitionStages.WithCreate 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 definition
-
withBootDiagnostics
VirtualMachineScaleSet.DefinitionStages.WithCreate 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 definition
-
withBootDiagnostics
VirtualMachineScaleSet.DefinitionStages.WithCreate 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 definition
-
-