Freigeben über


OSDiskDeleteOption Struct

Definition

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

Applies to