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