你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskDeleteOptionTypeConverter))]
public struct OSDiskDeleteOption : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskDeleteOption>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.OSDiskDeleteOptionTypeConverter))>]
type OSDiskDeleteOption = struct
interface IArgumentCompleter
Public Structure OSDiskDeleteOption
Implements IArgumentCompleter, IEquatable(Of OSDiskDeleteOption)
- Inheritance
-
OSDiskDeleteOption
- Attributes
- Implements
Fields
Delete |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OSDiskDeleteOption (override for Object) |
Equals(OSDiskDeleteOption) |
Compares values of enum type OSDiskDeleteOption |
GetHashCode() |
Returns hashCode for enum OSDiskDeleteOption |
ToString() |
Returns string representation for OSDiskDeleteOption |
Operators
Equality(OSDiskDeleteOption, OSDiskDeleteOption) |
Overriding == operator for enum OSDiskDeleteOption |
Implicit(OSDiskDeleteOption to String) |
Implicit operator to convert OSDiskDeleteOption to string |
Implicit(String to OSDiskDeleteOption) |
Implicit operator to convert string to OSDiskDeleteOption |
Inequality(OSDiskDeleteOption, OSDiskDeleteOption) |
Overriding != operator for enum OSDiskDeleteOption |