Class ShareSetPropertiesOptions
public class ShareSetPropertiesOptions
- Inheritance
-
ShareSetPropertiesOptions
- Inherited Members
Constructors
ShareSetPropertiesOptions()
public ShareSetPropertiesOptions()
Properties
AccessTier
Optional, the access tier to set on the share.
public ShareAccessTier? AccessTier { get; set; }
Property Value
Conditions
Optional ShareFileRequestConditions to add conditions on setting the share's properties.
public ShareFileRequestConditions Conditions { get; set; }
Property Value
EnableSnapshotVirtualDirectoryAccess
Optional. Supported in version 2023-08-03 and above. Only applicable for premium file storage accounts. Specifies whether the snapshot virtual directory should be accessible at the root of share mount point when NFS is enabled. If not specified, the default is true.
public bool? EnableSnapshotVirtualDirectoryAccess { get; set; }
Property Value
- bool?
QuotaInGB
Optional, the maximum size to set on the share in GB.
public int? QuotaInGB { get; set; }
Property Value
- int?
RootSquash
Optional, valid for NFS shares only.
public ShareRootSquash? RootSquash { get; set; }