RunbookParameterDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of the runbook parameter type.
public class RunbookParameterDefinition
type RunbookParameterDefinition = class
Public Class RunbookParameterDefinition
- Inheritance
-
RunbookParameterDefinition
Constructors
RunbookParameterDefinition() |
Initializes a new instance of RunbookParameterDefinition. |
Properties
DefaultValue |
Gets or sets the default value of parameter. |
IsMandatory |
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. |
Position |
Get or sets the position of the parameter. |
RunbookParameterType |
Gets or sets the type of the parameter. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET