ComputeFleetDiskCreateOptionType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the virtual machine should be created.
public readonly struct ComputeFleetDiskCreateOptionType : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetDiskCreateOptionType>
type ComputeFleetDiskCreateOptionType = struct
Public Structure ComputeFleetDiskCreateOptionType
Implements IEquatable(Of ComputeFleetDiskCreateOptionType)
- Inheritance
-
ComputeFleetDiskCreateOptionType
- Implements
Constructors
ComputeFleetDiskCreateOptionType(String) |
Initializes a new instance of ComputeFleetDiskCreateOptionType. |
Properties
Attach |
This value is used when you are using a specialized disk to create the virtual machine. |
Copy |
This value is used to create a data disk from a snapshot or another disk. |
Empty |
This value is used when creating an empty data disk. |
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. |
Restore |
This value is used to create a data disk from a disk restore point. |
Methods
Equals(ComputeFleetDiskCreateOptionType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ComputeFleetDiskCreateOptionType, ComputeFleetDiskCreateOptionType) |
Determines if two ComputeFleetDiskCreateOptionType values are the same. |
Implicit(String to ComputeFleetDiskCreateOptionType) |
Converts a String to a ComputeFleetDiskCreateOptionType. |
Inequality(ComputeFleetDiskCreateOptionType, ComputeFleetDiskCreateOptionType) |
Determines if two ComputeFleetDiskCreateOptionType values are not the same. |
Applies to
Azure SDK for .NET