ArmComputeFleetModelFactory.ComputeFleetBootDiagnostics Method

Definition

public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetBootDiagnostics ComputeFleetBootDiagnostics(bool? isEnabled = default, Uri storageUri = default);
static member ComputeFleetBootDiagnostics : Nullable<bool> * Uri -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetBootDiagnostics
Public Shared Function ComputeFleetBootDiagnostics (Optional isEnabled As Nullable(Of Boolean) = Nothing, Optional storageUri As Uri = Nothing) As ComputeFleetBootDiagnostics

Parameters

isEnabled
Nullable<Boolean>

Whether boot diagnostics should be enabled on the Virtual Machine.

storageUri
Uri

Uri of the storage account to use for placing the console output and screenshot. If storageUri is not specified while enabling boot diagnostics, managed storage will be used.

Returns

A new ComputeFleetBootDiagnostics instance for mocking.

Applies to