Interface VirtualMachineScaleSet.DefinitionStages.WithBootDiagnostics

    • 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​(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