NetAppVolumeQuotaType Struct
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.
Type of quota.
public readonly struct NetAppVolumeQuotaType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppVolumeQuotaType>
type NetAppVolumeQuotaType = struct
Public Structure NetAppVolumeQuotaType
Implements IEquatable(Of NetAppVolumeQuotaType)
- Inheritance
-
NetAppVolumeQuotaType
- Implements
Constructors
NetAppVolumeQuotaType(String) |
Initializes a new instance of NetAppVolumeQuotaType. |
Properties
DefaultGroupQuota |
Default group quota. |
DefaultUserQuota |
Default user quota. |
IndividualGroupQuota |
Individual group quota. |
IndividualUserQuota |
Individual user quota. |
Methods
Equals(NetAppVolumeQuotaType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(NetAppVolumeQuotaType, NetAppVolumeQuotaType) |
Determines if two NetAppVolumeQuotaType values are the same. |
Implicit(String to NetAppVolumeQuotaType) |
Converts a String to a NetAppVolumeQuotaType. |
Inequality(NetAppVolumeQuotaType, NetAppVolumeQuotaType) |
Determines if two NetAppVolumeQuotaType values are not the same. |
Applies to
Azure SDK for .NET