Lingua

DiskApiVersion Struct

Definition

Specifies the Disk API version used when applying additionalDiskProperties to managed disks. The value must be in the format YYYY-MM-DD.

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

Constructors

Name Description
DiskApiVersion(String)

Initializes a new instance of DiskApiVersion.

Properties

Name Description
_20250102

The 2025-01-02 Disk RP API version.

_20260302

The 2026-03-02 Disk RP API version.

Methods

Name Description
Equals(DiskApiVersion)

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

Determines if two DiskApiVersion values are the same.

Implicit(String to DiskApiVersion)

Converts a string to a DiskApiVersion.

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

Determines if two DiskApiVersion values are not the same.

Applies to