Share via


OSDiskDeleteOption Struct

Definition

The strategy for deleting the OS disk.

public readonly struct OSDiskDeleteOption : IEquatable<Azure.ResourceManager.NetworkCloud.Models.OSDiskDeleteOption>
type OSDiskDeleteOption = struct
Public Structure OSDiskDeleteOption
Implements IEquatable(Of OSDiskDeleteOption)
Inheritance
OSDiskDeleteOption
Implements

Constructors

OSDiskDeleteOption(String)

Initializes a new instance of OSDiskDeleteOption.

Properties

Delete

Delete.

Methods

Equals(OSDiskDeleteOption)

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(OSDiskDeleteOption, OSDiskDeleteOption)

Determines if two OSDiskDeleteOption values are the same.

Implicit(String to OSDiskDeleteOption)

Converts a string to a OSDiskDeleteOption.

Inequality(OSDiskDeleteOption, OSDiskDeleteOption)

Determines if two OSDiskDeleteOption values are not the same.

Applies to