Show / Hide Table of Contents

Class OrganizationSchedulingQuotas

Organization computing quota description

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

Properties

MaxCores

Maximum number of cores running at the same time for instances with the given scheduling type within an organization.

Declaration
public int MaxCores { get; set; }
Property Value
Type Description
int
Examples

512

MaxInstances

Maximum number of instances of the given scheduling type that the users in the organization can run simultaneously.

Declaration
public int MaxInstances { get; set; }
Property Value
Type Description
int
Examples

64

RunningCoresCount

Current number of running cores scheduled for the given scheduling type within an organization.

Declaration
public int RunningCoresCount { get; set; }
Property Value
Type Description
int
Examples

1

RunningInstancesCount

Current number of running instances scheduled for the given scheduling type within an organization.

Declaration
public int RunningInstancesCount { get; set; }
Property Value
Type Description
int
Examples

1

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