Freigeben über


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

Name Description
ComputeDeleteOption(String)

Initializes a new instance of ComputeDeleteOption.

Properties

Name Description
Delete

Delete.

Detach

Detach.

Methods

Name Description
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

Name Description
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