Aracılığıyla paylaş


VolumeQuotaRule Constructors

Definition

Overloads

VolumeQuotaRule()

Initializes a new instance of the VolumeQuotaRule class.

VolumeQuotaRule(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String)

Initializes a new instance of the VolumeQuotaRule class.

VolumeQuotaRule()

Initializes a new instance of the VolumeQuotaRule class.

public VolumeQuotaRule ();
Public Sub New ()

Applies to

VolumeQuotaRule(String, String, String, String, SystemData, IDictionary<String,String>, Nullable<ProvisioningState>, Nullable<Int64>, String, String)

Initializes a new instance of the VolumeQuotaRule class.

public VolumeQuotaRule (string location, string id = default, string name = default, string type = default, Microsoft.Azure.Management.NetApp.Models.SystemData systemData = default, 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.VolumeQuotaRule : string * string * string * string * Microsoft.Azure.Management.NetApp.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Nullable<Microsoft.Azure.Management.NetApp.Models.ProvisioningState> * Nullable<int64> * string * string -> Microsoft.Azure.Management.NetApp.Models.VolumeQuotaRule
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, 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

location
String

The geo-location where the resource lives

id
String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

name
String

The name of the resource

type
String

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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'

quotaSizeInKiBs
Nullable<Int64>

Size of quota

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>

Applies to