Show / Hide Table of Contents

Class ComputingQuotas.UserComputingQuotas

User computing quota description

Inheritance
object
ComputingQuotas.UserComputingQuotas
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.UserComputingQuotas

Properties

Flex

Computing quota description for instances with a Flex scheduling type.

Declaration
public UserSchedulingQuotas Flex { get; set; }
Property Value
Type Description
UserSchedulingQuotas

OnDemand

Computing quota description for instances with a OnDemand scheduling type.

Declaration
public UserSchedulingQuotas OnDemand { get; set; }
Property Value
Type Description
UserSchedulingQuotas

Reserved

List of quotas for each of the user's reserved machines.

Declaration
public List<UserReservedSchedulingQuota> Reserved { get; set; }
Property Value
Type Description
List<UserReservedSchedulingQuota>

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