VolumeClaimSpec.Resources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources.
public Azure.ResourceManager.IotOperations.Models.VolumeClaimResourceRequirements Resources { get; set; }
member this.Resources : Azure.ResourceManager.IotOperations.Models.VolumeClaimResourceRequirements with get, set
Public Property Resources As VolumeClaimResourceRequirements
Property Value
Applies to
Azure SDK for .NET