DiffDiskOption 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 the ephemeral disk option for operating system disk.
public readonly struct DiffDiskOption : IEquatable<Azure.ResourceManager.Compute.Models.DiffDiskOption>
type DiffDiskOption = struct
Public Structure DiffDiskOption
Implements IEquatable(Of DiffDiskOption)
- Inheritance
-
DiffDiskOption
- Implements
Constructors
DiffDiskOption(String) |
Initializes a new instance of DiffDiskOption. |
Properties
Local |
Local. |
Methods
Equals(DiffDiskOption) |
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(DiffDiskOption, DiffDiskOption) |
Determines if two DiffDiskOption values are the same. |
Implicit(String to DiffDiskOption) |
Converts a String to a DiffDiskOption. |
Inequality(DiffDiskOption, DiffDiskOption) |
Determines if two DiffDiskOption values are not the same. |
Applies to
Azure SDK for .NET