Share via


ArmNetAppModelFactory.NetAppVolumeQuotaRulePatch Method

Definition

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.

quotaSizeInKiBs
Nullable<Int64>

Size of quota.

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