OSDiskDeleteOption 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 deleting the OS disk.
public readonly struct OSDiskDeleteOption : IEquatable<Azure.ResourceManager.NetworkCloud.Models.OSDiskDeleteOption>
type OSDiskDeleteOption = struct
Public Structure OSDiskDeleteOption
Implements IEquatable(Of OSDiskDeleteOption)
- Inheritance
-
OSDiskDeleteOption
- Implements
Constructors
| Name | Description |
|---|---|
| OSDiskDeleteOption(String) |
Initializes a new instance of OSDiskDeleteOption. |
Properties
| Name | Description |
|---|---|
| Delete |
Delete. |
Methods
| Name | Description |
|---|---|
| Equals(OSDiskDeleteOption) |
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(OSDiskDeleteOption, OSDiskDeleteOption) |
Determines if two OSDiskDeleteOption values are the same. |
| Implicit(String to OSDiskDeleteOption) |
Converts a String to a OSDiskDeleteOption. |
| Inequality(OSDiskDeleteOption, OSDiskDeleteOption) |
Determines if two OSDiskDeleteOption values are not the same. |