DeleteOptions 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.
Specify what happens to the public IP address when the VM using it is deleted
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptionsTypeConverter))]
public struct DeleteOptions : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptions>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.DeleteOptionsTypeConverter))>]
type DeleteOptions = struct
interface IArgumentCompleter
Public Structure DeleteOptions
Implements IArgumentCompleter, IEquatable(Of DeleteOptions)
- Inheritance
-
DeleteOptions
- Attributes
- Implements
Fields
Delete | |
Detach |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DeleteOptions) |
Compares values of enum type DeleteOptions |
Equals(Object) |
Compares values of enum type DeleteOptions (override for Object) |
GetHashCode() |
Returns hashCode for enum DeleteOptions |
ToString() |
Returns string representation for DeleteOptions |
Operators
Equality(DeleteOptions, DeleteOptions) |
Overriding == operator for enum DeleteOptions |
Implicit(DeleteOptions to String) |
Implicit operator to convert DeleteOptions to string |
Implicit(String to DeleteOptions) |
Implicit operator to convert string to DeleteOptions |
Inequality(DeleteOptions, DeleteOptions) |
Overriding != operator for enum DeleteOptions |