你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OrchestrationServiceStateInput 类

定义

OrchestrationServiceState 的输入

public class OrchestrationServiceStateInput
type OrchestrationServiceStateInput = class
Public Class OrchestrationServiceStateInput
继承
OrchestrationServiceStateInput

构造函数

OrchestrationServiceStateInput()

初始化 OrchestrationServiceStateInput 类的新实例。

OrchestrationServiceStateInput(OrchestrationServiceNames, OrchestrationServiceStateAction)

初始化 OrchestrationServiceStateInput 类的新实例。

属性

Action

获取或设置要执行的操作。 可能的值包括:“Resume”、“Suspend”

ServiceName

获取或设置服务的名称。 可能的值包括:“AutomaticRepairs”

方法

Validate()

验证 对象。

适用于