azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

126 строки
9.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.BootDiagnostics"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics"
name: "BootDiagnostics"
nameWithType: "BootDiagnostics"
summary: "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BootDiagnostics**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.BootDiagnostics?alt=com.azure.resourcemanager.compute.models.BootDiagnostics&text=BootDiagnostics\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.BootDiagnostics()"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.BootDiagnostics()"
name: "BootDiagnostics()"
nameWithType: "BootDiagnostics.BootDiagnostics()"
summary: "Creates an instance of Boot<wbr>Diagnostics class."
syntax: "public BootDiagnostics()"
desc: "Creates an instance of BootDiagnostics class."
methods:
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.enabled()"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.enabled()"
name: "enabled()"
nameWithType: "BootDiagnostics.enabled()"
summary: "Get the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine."
syntax: "public Boolean enabled()"
desc: "Get the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine."
returns:
description: "the enabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BootDiagnostics.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Boot<wbr>Diagnostics from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BootDiagnostics fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the BootDiagnostics."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BootDiagnostics from the JsonReader."
returns:
description: "An instance of BootDiagnostics if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.compute.models.BootDiagnostics?alt=com.azure.resourcemanager.compute.models.BootDiagnostics&text=BootDiagnostics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.storageUri()"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.storageUri()"
name: "storageUri()"
nameWithType: "BootDiagnostics.storageUri()"
summary: "Get the storage<wbr>Uri property: Uri of the storage account to use for placing the console output and screenshot."
syntax: "public String storageUri()"
desc: "Get the storageUri property: 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:
description: "the storageUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BootDiagnostics.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.validate()"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.validate()"
name: "validate()"
nameWithType: "BootDiagnostics.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.withEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.withEnabled(Boolean enabled)"
name: "withEnabled(Boolean enabled)"
nameWithType: "BootDiagnostics.withEnabled(Boolean enabled)"
summary: "Set the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine."
parameters:
- description: "the enabled value to set."
name: "enabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public BootDiagnostics withEnabled(Boolean enabled)"
desc: "Set the enabled property: Whether boot diagnostics should be enabled on the Virtual Machine."
returns:
description: "the BootDiagnostics object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.BootDiagnostics?alt=com.azure.resourcemanager.compute.models.BootDiagnostics&text=BootDiagnostics\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.BootDiagnostics.withStorageUri(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.BootDiagnostics.withStorageUri(String storageUri)"
name: "withStorageUri(String storageUri)"
nameWithType: "BootDiagnostics.withStorageUri(String storageUri)"
summary: "Set the storage<wbr>Uri property: Uri of the storage account to use for placing the console output and screenshot."
parameters:
- description: "the storageUri value to set."
name: "storageUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BootDiagnostics withStorageUri(String storageUri)"
desc: "Set the storageUri property: 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:
description: "the BootDiagnostics object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.BootDiagnostics?alt=com.azure.resourcemanager.compute.models.BootDiagnostics&text=BootDiagnostics\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. You can easily view the output of your console log. Azure also enables you to see a screenshot of the VM from the hypervisor."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.compute.models.BootDiagnostics?alt=com.azure.resourcemanager.compute.models.BootDiagnostics&text=BootDiagnostics\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.42.0