ComputeFleetVmDeleteOption 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 ComputeFleetVmDeleteOption : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetVmDeleteOption>
type ComputeFleetVmDeleteOption = struct
Public Structure ComputeFleetVmDeleteOption
Implements IEquatable(Of ComputeFleetVmDeleteOption)
- Inheritance
-
ComputeFleetVmDeleteOption
- Implements
Constructors
| ComputeFleetVmDeleteOption(String) |
Initializes a new instance of ComputeFleetVmDeleteOption. |
Properties
| Delete |
Delete Option. |
| Detach |
Detach Option. |
Methods
| Equals(ComputeFleetVmDeleteOption) |
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(ComputeFleetVmDeleteOption, ComputeFleetVmDeleteOption) |
Determines if two ComputeFleetVmDeleteOption values are the same. |
| Implicit(String to ComputeFleetVmDeleteOption) |
Converts a String to a ComputeFleetVmDeleteOption. |
| Inequality(ComputeFleetVmDeleteOption, ComputeFleetVmDeleteOption) |
Determines if two ComputeFleetVmDeleteOption values are not the same. |