次の方法で共有


VolumeClaimSpec.Resources Property

Definition

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