OSDiskCreateOption 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.
The strategy for creating the OS disk.
public readonly struct OSDiskCreateOption : IEquatable<Azure.ResourceManager.NetworkCloud.Models.OSDiskCreateOption>
type OSDiskCreateOption = struct
Public Structure OSDiskCreateOption
Implements IEquatable(Of OSDiskCreateOption)
- Inheritance
-
OSDiskCreateOption
- Implements
Constructors
OSDiskCreateOption(String) |
Initializes a new instance of OSDiskCreateOption. |
Properties
Ephemeral |
Ephemeral. |
Methods
Equals(OSDiskCreateOption) |
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(OSDiskCreateOption, OSDiskCreateOption) |
Determines if two OSDiskCreateOption values are the same. |
Implicit(String to OSDiskCreateOption) |
Converts a string to a OSDiskCreateOption. |
Inequality(OSDiskCreateOption, OSDiskCreateOption) |
Determines if two OSDiskCreateOption values are not the same. |
Applies to
Azure SDK for .NET