DiffDiskOption Struct

Definition

Specifies the ephemeral disk option for operating system disk.

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

Constructors

DiffDiskOption(String)

Initializes a new instance of DiffDiskOption.

Properties

Local

Local.

Methods

Equals(DiffDiskOption)

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

Determines if two DiffDiskOption values are the same.

Implicit(String to DiffDiskOption)

Converts a string to a DiffDiskOption.

Inequality(DiffDiskOption, DiffDiskOption)

Determines if two DiffDiskOption values are not the same.

Applies to