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

98 строки
6.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.dataDisks()
name: dataDisks()
nameWithType: VirtualMachineScaleSetStorageProfile.dataDisks()
returns:
description: <p>the dataDisks value </p>
type: List&lt;<xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetDataDisk?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetDataDisk&text=VirtualMachineScaleSetDataDisk" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the dataDisks value.</p>
<p></p>
syntax: public List<VirtualMachineScaleSetDataDisk> dataDisks()
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.dataDisks()
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.imageReference()
name: imageReference()
nameWithType: VirtualMachineScaleSetStorageProfile.imageReference()
returns:
description: <p>the imageReference value </p>
type: <xref href="ImageReferenceInner?alt=ImageReferenceInner&text=ImageReferenceInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the imageReference value.</p>
<p></p>
syntax: public ImageReferenceInner imageReference()
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.imageReference()
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.osDisk()
name: osDisk()
nameWithType: VirtualMachineScaleSetStorageProfile.osDisk()
returns:
description: <p>the osDisk value </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetOSDisk?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetOSDisk&text=VirtualMachineScaleSetOSDisk" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the osDisk value.</p>
<p></p>
syntax: public VirtualMachineScaleSetOSDisk osDisk()
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.osDisk()
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
name: withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
nameWithType: VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
parameters:
- description: <p>the dataDisks value to set </p>
name: dataDisks
type: List&lt;<xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetDataDisk?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetDataDisk&text=VirtualMachineScaleSetDataDisk" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the VirtualMachineScaleSetStorageProfile object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile&text=VirtualMachineScaleSetStorageProfile" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the dataDisks value.</p>
<p></p>
syntax: public VirtualMachineScaleSetStorageProfile withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withDataDisks(List<VirtualMachineScaleSetDataDisk>)
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withImageReference(ImageReferenceInner imageReference)
name: withImageReference(ImageReferenceInner imageReference)
nameWithType: VirtualMachineScaleSetStorageProfile.withImageReference(ImageReferenceInner imageReference)
parameters:
- description: <p>the imageReference value to set </p>
name: imageReference
type: <xref href="ImageReferenceInner?alt=ImageReferenceInner&text=ImageReferenceInner" data-throw-if-not-resolved="False"/>
returns:
description: <p>the VirtualMachineScaleSetStorageProfile object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile&text=VirtualMachineScaleSetStorageProfile" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the imageReference value.</p>
<p></p>
syntax: public VirtualMachineScaleSetStorageProfile withImageReference(ImageReferenceInner imageReference)
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withImageReference(ImageReferenceInner)
- fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
name: withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
nameWithType: VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
parameters:
- description: <p>the osDisk value to set </p>
name: osDisk
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetOSDisk?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetOSDisk&text=VirtualMachineScaleSetOSDisk" data-throw-if-not-resolved="False"/>
returns:
description: <p>the VirtualMachineScaleSetStorageProfile object itself. </p>
type: <xref href="com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile?alt=com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile&text=VirtualMachineScaleSetStorageProfile" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the osDisk value.</p>
<p></p>
syntax: public VirtualMachineScaleSetStorageProfile withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile.withOsDisk(VirtualMachineScaleSetOSDisk)
nameWithType: VirtualMachineScaleSetStorageProfile
syntax: public class VirtualMachineScaleSetStorageProfile
type: class
uid: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile
fullName: com.microsoft.azure.management.compute.VirtualMachineScaleSetStorageProfile
name: VirtualMachineScaleSetStorageProfile
package: com.microsoft.azure.management.compute
summary: <p>Describes a virtual machine scale set storage profile. </p>
metadata: {}