Show / Hide Table of Contents

Class ComputingQuotas

Computing quota description for a user

Inheritance
object
ComputingQuotas
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class ComputingQuotas

Properties

Organization

Organization computing quotas

Declaration
public ComputingQuotas.OrganizationComputingQuotas Organization { get; set; }
Property Value
Type Description
ComputingQuotas.OrganizationComputingQuotas

User

User computing quotas

Declaration
public ComputingQuotas.UserComputingQuotas User { get; set; }
Property Value
Type Description
ComputingQuotas.UserComputingQuotas

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides
object.Equals(object)

ToString()

ToString

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Generated by DocFX