Uses of Class
com.tencentcloudapi.batch.v20170312.models.AgentRunningMode
-
Packages that use AgentRunningMode Package Description com.tencentcloudapi.batch.v20170312.models -
-
Uses of AgentRunningMode in com.tencentcloudapi.batch.v20170312.models
Methods in com.tencentcloudapi.batch.v20170312.models that return AgentRunningMode Modifier and Type Method Description AgentRunningModeAnonymousComputeEnv. getAgentRunningMode()Get agent运行模式,适用于Windows系统AgentRunningModeNamedComputeEnv. getAgentRunningMode()Get agent运行模式,适用于Windows系统Methods in com.tencentcloudapi.batch.v20170312.models with parameters of type AgentRunningMode Modifier and Type Method Description voidAnonymousComputeEnv. setAgentRunningMode(AgentRunningMode AgentRunningMode)Set agent运行模式,适用于Windows系统voidNamedComputeEnv. setAgentRunningMode(AgentRunningMode AgentRunningMode)Set agent运行模式,适用于Windows系统Constructors in com.tencentcloudapi.batch.v20170312.models with parameters of type AgentRunningMode Constructor Description AgentRunningMode(AgentRunningMode source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-