VolumeClaimSpec.DataSource 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.
This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. If the AnyVolumeDataSource feature gate is enabled, this field will always have the same contents as the DataSourceRef field.
public Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference DataSource { get; set; }
member this.DataSource : Azure.ResourceManager.IotOperations.Models.LocalKubernetesReference with get, set
Public Property DataSource As LocalKubernetesReference
Property Value
Applies to
Azure SDK for .NET