Show / Hide Table of Contents

Class OrganizationReservedSchedulingQuota

Computing quota for a specific reserved machine of the organization

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

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

ToString()

ToString

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