ComputeDeleteOption Struct

Definition

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