DiffDiskOptions Struct

Definition

Specifies the ephemeral disk option for operating system disk.

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

Constructors

Name Description
DiffDiskOptions(String)

Initializes a new instance of DiffDiskOptions.

Properties

Name Description
Local

Local Ephemeral disk option: Local.

Methods

Name Description
Equals(DiffDiskOptions)

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

Determines if two DiffDiskOptions values are the same.

Implicit(String to DiffDiskOptions)

Converts a string to a DiffDiskOptions.

Implicit(String to Nullable<DiffDiskOptions>)
Inequality(DiffDiskOptions, DiffDiskOptions)

Determines if two DiffDiskOptions values are not the same.

Applies to