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

Name Description
VolumeExpansion(String)

Initializes a new instance of VolumeExpansion.

Properties

Name Description
Allow

Allow volume expansion.

Disallow

Disallow volume expansion.

Methods

Name Description
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

Name Description
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