Show / Hide Table of Contents

Class UserReservedSchedulingQuota

Computing quota for a specific reserved machine of the user

Inheritance
object
UserSchedulingQuotas
UserReservedSchedulingQuota
Inherited Members
UserSchedulingQuotas.MaxInstances
UserSchedulingQuotas.MaxCores
UserSchedulingQuotas.RunningInstancesCount
UserSchedulingQuotas.RunningCoresCount
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class UserReservedSchedulingQuota : UserSchedulingQuotas

Properties

MachineKey

Key name of the reserved machine.

Declaration
public string MachineKey { get; set; }
Property Value
Type Description
string

my-reserved-machine

ReservationName

Name of the reservation.

Declaration
public string ReservationName { get; set; }
Property Value
Type Description
string

my-reserved-machine

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
UserSchedulingQuotas.Equals(object)

ToString()

ToString

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