AzureDiskVolumeSource constructor
const
AzureDiskVolumeSource({})
Default constructor.
Implementation
const AzureDiskVolumeSource({
this.cachingMode,
required this.diskName,
required this.diskURI,
this.fsType,
this.kind,
this.readOnly,
});