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
| Name | Description |
|---|---|
| OSDiskCreateOption(String) |
Initializes a new instance of OSDiskCreateOption. |
Properties
| Name | Description |
|---|---|
| Ephemeral |
The Os Disk will be created on ephemeral storage. |
| Persistent |
The Os Disk is on persistent storage. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(OSDiskCreateOption, OSDiskCreateOption) |
Determines if two OSDiskCreateOption values are the same. |
| Implicit(String to Nullable<OSDiskCreateOption>) | |
| Implicit(String to OSDiskCreateOption) |
Converts a string to a OSDiskCreateOption. |
| Inequality(OSDiskCreateOption, OSDiskCreateOption) |
Determines if two OSDiskCreateOption values are not the same. |