Class UserReservedSchedulingQuota
Computing quota for a specific reserved machine of the user
Inherited Members
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)
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
ToString()
ToString
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |