Edit

Share via


ISchedulerStore Interface

Definition

public interface ISchedulerStore : IDisposable
type ISchedulerStore = interface
    interface IDisposable
Public Interface ISchedulerStore
Implements IDisposable
Implements

Properties

ClientVersion
Name
OverHttp
Owner
OwnerSid
ServerVersion

Methods

AddAzureUser(String, String, Boolean)
AddJobShrinkRequest(Int32, Int32, Int32, ShrinkRequest)
AddPool(String)
AddPool(String, Int32)
AddPropertyConverter(PropertyConverter)
BeginTransaction()
CancelAsyncWait(IAsyncResult)
CreateDeployment(String, StoreProperty[])
CreateJob(StoreProperty[])
CreateJobFromXml(XmlReader)
CreateJobFromXml(XmlReader, StoreProperty[])
CreatePropertyId(ObjectType, StorePropertyType, String, String)
DeleteDeployment(String)
DeleteJob(Int32)
DeletePool(String)
DeletePool(String, Boolean)
EncryptCredential(String, String)
EnrollCertificate(String)
ExpandParametricSweepTasksInBatch(Int32, Int32, TaskState)
GetActiveHeadNodeName()
GetCertificateInfo(SchedulerCertInfo)
GetClusterEnvironmentVariables()
GetConfigSettingsValues(IEnumerable<String>, List<String>)
GetCredentialList(String, Boolean)
GetCustomProperties(ObjectType, Int32, StoreProperty[])
GetJobShrinkRequests(Int32, Dictionary<String,Dictionary<Int32,ShrinkRequest>>)
GetNodeGroups()
GetNodesFromGroup(String)
GetPropertyDescriptors(ObjectType, PropertyId[])
GetPropertyDescriptors(ObjectType, PropFlags)
GetPropertyDescriptors(String[], ObjectType)
GetProps(PropertyId[])
GetSchedulerNodeNameAsync()
GetServerLinuxHttpsValue()
GetServerProperties()
GetServerVersion()
GetUserPrivilege()
GetUserRoles()
InvalidNodeQueryCache()
OpenAllocationEnumerator()
OpenAllocationObject(Int32)
OpenAllocationObject(Int32, Int32)
OpenAllocationObject(Int32, Int32, Int32)
OpenJob(Int32)
OpenJobEnumerator()
OpenJobRowSet()
OpenJobRowSet(RowSetType)
OpenNode(Guid)
OpenNode(Int32)
OpenNode(SecurityIdentifier)
OpenNode(String)
OpenNodeEnumerator()
OpenNodeRowSet()
OpenNodeRowSet(RowSetType)
OpenPool(String)
OpenPoolRowset()
OpenPoolRowSet(RowSetType)
OpenProfile(Int32)
OpenProfile(String)
OpenProfileEnumerator()
OpenProfileRowSet()
OpenProfileRowSet(RowSetType)
OpenResource(Int32)
OpenResourceRowEnumerator()
OpenResourceRowSet()
OpenResourceRowSet(RowSetType)
OpenStoreManager()
PeekTaskOutputAsync(Int32, Int32)
PingScheduler()
PurgeCredentials(String)
RemoveAzureUser(String)
SaveUserCertificate(String, SecureString, Nullable<Boolean>, Byte[])
SaveUserExtendedData(String, String)
SetCachedCredentials(String, String)
SetCachedCredentials(String, String, String)
SetClusterEnvironmentVariable(String, String)
SetJobModifyFilter(JobModifyFilter)
SetNodeQueryCacheInvalidNotification(NodeQueryCacheInvalidNotification)
SetUserNamePassword(String, Byte[])
UpdateTaskNodeStats(Int32, Int32, Int32, StoreProperty[])
ValidateAzureUser(String, String)

Events

ConnectionEvent
JobEvent
NodeEvent
ProfileEvent
ResourceEvent
TaskEvent

Applies to