ArmNetAppModelFactory.NetAppVolumeQuotaRulePatch Method
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.
Initializes a new instance of NetAppVolumeQuotaRulePatch.
public static Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRulePatch NetAppVolumeQuotaRulePatch (System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.NetAppProvisioningState? provisioningState = default, long? quotaSizeInKiBs = default, Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaType? quotaType = default, string quotaTarget = default);
static member NetAppVolumeQuotaRulePatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppProvisioningState> * Nullable<int64> * Nullable<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaType> * string -> Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaRulePatch
Public Shared Function NetAppVolumeQuotaRulePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional provisioningState As Nullable(Of NetAppProvisioningState) = Nothing, Optional quotaSizeInKiBs As Nullable(Of Long) = Nothing, Optional quotaType As Nullable(Of NetAppVolumeQuotaType) = Nothing, Optional quotaTarget As String = Nothing) As NetAppVolumeQuotaRulePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- provisioningState
- Nullable<NetAppProvisioningState>
Gets the status of the VolumeQuotaRule at the time the operation was called.
- quotaType
- Nullable<NetAppVolumeQuotaType>
Type of quota.
- 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>.
Returns
A new NetAppVolumeQuotaRulePatch instance for mocking.
Applies to
Azure SDK for .NET