ComputeDeleteOption 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 network interface when the VM is deleted.
public readonly struct ComputeDeleteOption : IEquatable<Azure.ResourceManager.Compute.Models.ComputeDeleteOption>
type ComputeDeleteOption = struct
Public Structure ComputeDeleteOption
Implements IEquatable(Of ComputeDeleteOption)
- Inheritance
-
ComputeDeleteOption
- Implements
Constructors
ComputeDeleteOption(String) |
Initializes a new instance of ComputeDeleteOption. |
Properties
Delete |
Delete. |
Detach |
Detach. |
Methods
Equals(ComputeDeleteOption) |
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
Equality(ComputeDeleteOption, ComputeDeleteOption) |
Determines if two ComputeDeleteOption values are the same. |
Implicit(String to ComputeDeleteOption) |
Converts a String to a ComputeDeleteOption. |
Inequality(ComputeDeleteOption, ComputeDeleteOption) |
Determines if two ComputeDeleteOption values are not the same. |
Applies to
Azure SDK for .NET