DiagnosticsProfile Class
- java.
lang. Object - com.
azure. resourcemanager. compute. models. DiagnosticsProfile
- com.
Implements
public final class DiagnosticsProfile
implements JsonSerializable<DiagnosticsProfile>
Specifies the boot diagnostic settings state. Minimum api-version: 2015-06-15.
Constructor | Description |
---|---|
Diagnostics |
Creates an instance of Diagnostics |
Modifier and Type | Method and Description |
---|---|
Boot |
boot Get the boot |
static
Diagnostics |
from Reads an instance of Diagnostics |
Json |
to |
void |
validate()
Validates the instance. |
Diagnostics |
with Set the boot |
Methods inherited from java.lang.Object
DiagnosticsProfile
public DiagnosticsProfile()
Creates an instance of DiagnosticsProfile class.
bootDiagnostics
public BootDiagnostics bootDiagnostics()
Get the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
Returns:
fromJson
public static DiagnosticsProfile fromJson(JsonReader jsonReader)
Reads an instance of DiagnosticsProfile from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withBootDiagnostics
public DiagnosticsProfile withBootDiagnostics(BootDiagnostics bootDiagnostics)
Set the bootDiagnostics property: Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. **NOTE**: If storageUri is being specified then ensure that the storage account is in the same region and subscription as the VM. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor.
Parameters:
Returns:
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: