Skip to content

Commit

Permalink
Generated from 8fe96075f82faeec0c0e316e0dd1a1c0ee77e376 (#2501)
Browse files Browse the repository at this point in the history
fixed formatting
  • Loading branch information
AutorestCI authored May 2, 2018
1 parent a3a1f86 commit 1f8f3f6
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class DataDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ class OSDisk(Model):
should be enabled or disabled on the disk.
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machine should
be created.<br><br> Possible values are:<br><br> **Attach** \\u2013 This
value is used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** \\u2013 This value is used when you are
using an image to create the virtual machine. If you are using a platform
image, you also use the imageReference element described above. If you are
using a marketplace image, you also use the plan element previously
described. Possible values include: 'FromImage', 'Empty', 'Attach'
be created.<br><br> Possible values are:<br><br> **Attach** This value is
used when you are using a specialized disk to create the virtual
machine.<br><br> **FromImage** This value is used when you are using an
image to create the virtual machine. If you are using a platform image,
you also use the imageReference element described above. If you are using
a marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param disk_size_gb: Specifies the size of an empty data disk in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machines in the
scale set should be created.<br><br> The only allowed value is:
**FromImage** \\u2013 This value is used when you are using an image to
create the virtual machine. If you are using a platform image, you also
use the imageReference element described above. If you are using a
marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
**FromImage** This value is used when you are using an image to create
the virtual machine. If you are using a platform image, you also use the
imageReference element described above. If you are using a marketplace
image, you also use the plan element previously described. Possible
values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ class VirtualMachineScaleSetOSDisk(Model):
:type write_accelerator_enabled: bool
:param create_option: Required. Specifies how the virtual machines in the
scale set should be created.<br><br> The only allowed value is:
**FromImage** \\u2013 This value is used when you are using an image to
create the virtual machine. If you are using a platform image, you also
use the imageReference element described above. If you are using a
marketplace image, you also use the plan element previously described.
Possible values include: 'FromImage', 'Empty', 'Attach'
**FromImage** This value is used when you are using an image to create
the virtual machine. If you are using a platform image, you also use the
imageReference element described above. If you are using a marketplace
image, you also use the plan element previously described. Possible
values include: 'FromImage', 'Empty', 'Attach'
:type create_option: str or
~azure.mgmt.compute.v2017_12_01.models.DiskCreateOptionTypes
:param os_type: This property allows you to specify the type of the OS
Expand Down

0 comments on commit 1f8f3f6

Please sign in to comment.