VolumeQuotaRulePatch Constructors
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.
Overloads
VolumeQuotaRulePatch() |
Initializes a new instance of the VolumeQuotaRulePatch class. |
VolumeQuotaRulePatch(IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String) |
Initializes a new instance of the VolumeQuotaRulePatch class. |
VolumeQuotaRulePatch()
Initializes a new instance of the VolumeQuotaRulePatch class.
public VolumeQuotaRulePatch ();
Public Sub New ()
Applies to
VolumeQuotaRulePatch(IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String)
Initializes a new instance of the VolumeQuotaRulePatch class.
public VolumeQuotaRulePatch (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.NetApp.Models.ProvisioningState? provisioningState = default, long? quotaSizeInKiBs = default, string quotaType = default, string quotaTarget = default);
new Microsoft.Azure.Management.NetApp.Models.VolumeQuotaRulePatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.NetApp.Models.ProvisioningState> * Nullable<int64> * string * string -> Microsoft.Azure.Management.NetApp.Models.VolumeQuotaRulePatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional quotaSizeInKiBs As Nullable(Of Long) = Nothing, Optional quotaType As String = Nothing, Optional quotaTarget As String = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- provisioningState
- Nullable<ProvisioningState>
Gets the status of the VolumeQuotaRule at the time the operation was called. Possible values include: 'Accepted', 'Creating', 'Patching', 'Deleting', 'Moving', 'Failed', 'Succeeded'
- quotaType
- String
Type of quota Possible values include: 'DefaultUserQuota', 'DefaultGroupQuota', 'IndividualUserQuota', 'IndividualGroupQuota'
- quotaTarget
- String
UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid>