azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

177 строки
6.7 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: com.microsoft.azure.management.compute._boot_diagnostics
id: _boot_diagnostics
parent: com.microsoft.azure.management.compute
children:
- com.microsoft.azure.management.compute._boot_diagnostics.enabled()
- com.microsoft.azure.management.compute._boot_diagnostics.storageUri()
- com.microsoft.azure.management.compute._boot_diagnostics.withEnabled(Boolean)
- com.microsoft.azure.management.compute._boot_diagnostics.withStorageUri(String)
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
langs:
- java
name: BootDiagnostics
nameWithType: BootDiagnostics
fullName: com.microsoft.azure.management.compute.BootDiagnostics
type: Class
source:
remote: &o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
branch: v1.3.0
repo: https://github.com/Azure/azure-sdk-for-java
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
startLine: 15
package: com.microsoft.azure.management.compute
summary: <p>Describes Boot Diagnostics. </p>
syntax: &o1
content: public class BootDiagnostics
inheritance:
- java.lang.Object
- uid: com.microsoft.azure.management.compute._boot_diagnostics.enabled()
id: enabled()
parent: com.microsoft.azure.management.compute._boot_diagnostics
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
langs:
- java
name: enabled()
nameWithType: BootDiagnostics.enabled()
fullName: com.microsoft.azure.management.compute.BootDiagnostics.enabled()
overload: com.microsoft.azure.management.compute._boot_diagnostics.enabled*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
startLine: 34
package: com.microsoft.azure.management.compute
summary: >-
<p>Get the enabled value.</p>
<p></p>
syntax:
content: public Boolean enabled()
return:
type: 866c2227
description: <p>the enabled value </p>
- uid: com.microsoft.azure.management.compute._boot_diagnostics.storageUri()
id: storageUri()
parent: com.microsoft.azure.management.compute._boot_diagnostics
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
langs:
- java
name: storageUri()
nameWithType: BootDiagnostics.storageUri()
fullName: com.microsoft.azure.management.compute.BootDiagnostics.storageUri()
overload: com.microsoft.azure.management.compute._boot_diagnostics.storageUri*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
startLine: 54
package: com.microsoft.azure.management.compute
summary: >-
<p>Get the storageUri value.</p>
<p></p>
syntax:
content: public String storageUri()
return:
type: "26831127"
description: <p>the storageUri value </p>
- uid: com.microsoft.azure.management.compute._boot_diagnostics.withEnabled(Boolean)
id: withEnabled(Boolean)
parent: com.microsoft.azure.management.compute._boot_diagnostics
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
langs:
- java
name: withEnabled(Boolean enabled)
nameWithType: BootDiagnostics.withEnabled(Boolean enabled)
fullName: com.microsoft.azure.management.compute.BootDiagnostics.withEnabled(Boolean enabled)
overload: com.microsoft.azure.management.compute._boot_diagnostics.withEnabled*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
startLine: 44
package: com.microsoft.azure.management.compute
summary: >-
<p>Set the enabled value.</p>
<p></p>
syntax:
content: public BootDiagnostics withEnabled(Boolean enabled)
parameters:
- id: enabled
type: 866c2227
description: <p>the enabled value to set </p>
return:
type: com.microsoft.azure.management.compute._boot_diagnostics
description: <p>the BootDiagnostics object itself. </p>
- uid: com.microsoft.azure.management.compute._boot_diagnostics.withStorageUri(String)
id: withStorageUri(String)
parent: com.microsoft.azure.management.compute._boot_diagnostics
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
langs:
- java
name: withStorageUri(String storageUri)
nameWithType: BootDiagnostics.withStorageUri(String storageUri)
fullName: com.microsoft.azure.management.compute.BootDiagnostics.withStorageUri(String storageUri)
overload: com.microsoft.azure.management.compute._boot_diagnostics.withStorageUri*
type: Method
source:
remote: *o0
path: azure-mgmt-compute/src/main/java/com/microsoft/azure/management/compute/BootDiagnostics.java
startLine: 64
package: com.microsoft.azure.management.compute
summary: >-
<p>Set the storageUri value.</p>
<p></p>
syntax:
content: public BootDiagnostics withStorageUri(String storageUri)
parameters:
- id: storageUri
type: "26831127"
description: <p>the storageUri value to set </p>
return:
type: com.microsoft.azure.management.compute._boot_diagnostics
description: <p>the BootDiagnostics object itself. </p>
references:
- uid: 866c2227
spec.java:
- name: Boolean
fullName: Boolean
- uid: com.microsoft.azure.management.compute._boot_diagnostics.enabled*
name: enabled
nameWithType: BootDiagnostics.enabled
fullName: com.microsoft.azure.management.compute.BootDiagnostics.enabled
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._boot_diagnostics.withEnabled*
name: withEnabled
nameWithType: BootDiagnostics.withEnabled
fullName: com.microsoft.azure.management.compute.BootDiagnostics.withEnabled
package: com.microsoft.azure.management.compute
- uid: "26831127"
spec.java:
- name: String
fullName: String
- uid: com.microsoft.azure.management.compute._boot_diagnostics.storageUri*
name: storageUri
nameWithType: BootDiagnostics.storageUri
fullName: com.microsoft.azure.management.compute.BootDiagnostics.storageUri
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._boot_diagnostics.withStorageUri*
name: withStorageUri
nameWithType: BootDiagnostics.withStorageUri
fullName: com.microsoft.azure.management.compute.BootDiagnostics.withStorageUri
package: com.microsoft.azure.management.compute
- uid: com.microsoft.azure.management.compute._boot_diagnostics
parent: com.microsoft.azure.management.compute
href: com.microsoft.azure.management.compute._boot_diagnostics.yml
name: BootDiagnostics
nameWithType: BootDiagnostics
fullName: com.microsoft.azure.management.compute.BootDiagnostics
type: Class
summary: <p>Describes Boot Diagnostics. </p>
syntax: *o1