Share via


VolumeExpansion Struct

Definition

Ability to expand volumes of a storage class.

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

Constructors

VolumeExpansion(String)

Initializes a new instance of VolumeExpansion.

Properties

Allow

Allow volume expansion.

Disallow

Disallow volume expansion.

Methods

Equals(VolumeExpansion)

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

Determines if two VolumeExpansion values are the same.

Implicit(String to VolumeExpansion)

Converts a String to a VolumeExpansion.

Inequality(VolumeExpansion, VolumeExpansion)

Determines if two VolumeExpansion values are not the same.

Applies to