VolumePatch_2022_11_01 Class
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.
Volume patch resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class VolumePatch_2022_11_01 : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VolumePatch_2022_11_01 = class
interface IResource
Public Class VolumePatch_2022_11_01
Implements IResource
- Inheritance
-
VolumePatch_2022_11_01
- Attributes
- Implements
Constructors
VolumePatch_2022_11_01() |
Initializes a new instance of the VolumePatch class. |
VolumePatch_2022_11_01(String, String, String, String, IDictionary<String, String>, String, Nullable<Int64>, VolumePatchPropertiesExportPolicy, Nullable<Double>, VolumePatchPropertiesDataProtection_2022_11_01, Nullable<Boolean>, Nullable<Int64>, Nullable<Int64>, String, Nullable<Boolean>, Nullable<Int32>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the VolumePatch_2022_11_01 class. |
Properties
CoolAccess |
Gets or sets specifies whether Cool Access(tiering) is enabled for the volume. |
CoolAccessRetrievalPolicy |
Gets or sets coolAccessRetrievalPolicy determines the data retrieval behavior from the cool tier to standard storage based on the read pattern for cool access enabled volumes. The possible values for this field are: Default - Data will be pulled from cool tier to standard storage on random reads. This policy is the default. OnRead - All client-driven data read is pulled from cool tier to standard storage on both sequential and random reads. Never - No client-driven data is pulled from cool tier to standard storage. Possible values include: 'Default', 'OnRead', 'Never' |
CoolnessPeriod |
Gets or sets specifies the number of days after which data that is not accessed by clients will be tiered. |
DataProtection |
Gets or sets dataProtection type volumes include an object containing details of the replication |
DefaultGroupQuotaInKiBs |
Gets or sets default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. |
DefaultUserQuotaInKiBs |
Gets or sets default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . |
ExportPolicy |
Gets or sets set of export policy rules |
Id |
Gets resource Id |
IsDefaultQuotaEnabled |
Gets or sets specifies if default quota is enabled for the volume. |
Location |
Gets or sets resource location |
Name |
Gets resource name |
ServiceLevel |
Gets or sets the service level of the file system Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS' |
SmbAccessBasedEnumeration |
Gets or sets enables access-based enumeration share property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled' |
SmbNonBrowsable |
Gets or sets enables non-browsable property for SMB Shares. Only applicable for SMB/DualProtocol volume Possible values include: 'Disabled', 'Enabled' |
SnapshotDirectoryVisible |
Gets or sets if enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots. |
Tags |
Gets or sets resource tags |
ThroughputMibps |
Gets or sets maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume |
Type |
Gets resource type |
UnixPermissions |
Gets or sets uNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755
|
UsageThreshold |
Gets or sets maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume or 2400Tib for LargeVolume on exceptional basis. Specified in bytes. |
Methods
Validate() |
Validate the object. |