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

70 строки
3.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.BootDiagnostics.enabled()
name: enabled()
nameWithType: BootDiagnostics.enabled()
returns:
description: <p>the enabled value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the enabled value.</p>
<p></p>
syntax: public Boolean enabled()
uid: com.microsoft.azure.management.compute.BootDiagnostics.enabled()
- fullName: com.microsoft.azure.management.compute.BootDiagnostics.storageUri()
name: storageUri()
nameWithType: BootDiagnostics.storageUri()
returns:
description: <p>the storageUri value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the storageUri value.</p>
<p></p>
syntax: public String storageUri()
uid: com.microsoft.azure.management.compute.BootDiagnostics.storageUri()
- fullName: com.microsoft.azure.management.compute.BootDiagnostics.withEnabled(Boolean enabled)
name: withEnabled(Boolean enabled)
nameWithType: BootDiagnostics.withEnabled(Boolean enabled)
parameters:
- description: <p>the enabled value to set </p>
name: enabled
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BootDiagnostics object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.BootDiagnostics?alt=com.microsoft.azure.management.compute.BootDiagnostics&text=BootDiagnostics" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the enabled value.</p>
<p></p>
syntax: public BootDiagnostics withEnabled(Boolean enabled)
uid: com.microsoft.azure.management.compute.BootDiagnostics.withEnabled(Boolean)
- fullName: com.microsoft.azure.management.compute.BootDiagnostics.withStorageUri(String storageUri)
name: withStorageUri(String storageUri)
nameWithType: BootDiagnostics.withStorageUri(String storageUri)
parameters:
- description: <p>the storageUri value to set </p>
name: storageUri
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the BootDiagnostics object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.BootDiagnostics?alt=com.microsoft.azure.management.compute.BootDiagnostics&text=BootDiagnostics" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the storageUri value.</p>
<p></p>
syntax: public BootDiagnostics withStorageUri(String storageUri)
uid: com.microsoft.azure.management.compute.BootDiagnostics.withStorageUri(String)
nameWithType: BootDiagnostics
syntax: public class BootDiagnostics
type: class
uid: com.microsoft.azure.management.compute.BootDiagnostics
fullName: com.microsoft.azure.management.compute.BootDiagnostics
name: BootDiagnostics
package: com.microsoft.azure.management.compute
summary: <p>Describes Boot Diagnostics. </p>
metadata: {}