Uses of Class
com.azure.resourcemanager.automation.models.RunbookParameter
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of RunbookParameter in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionRunbookDraftInner.parameters()
Get the parameters property: Gets or sets the runbook draft parameters.RunbookInner.parameters()
Get the parameters property: Gets or sets the runbook parameters.RunbookPropertiesInner.parameters()
Get the parameters property: Gets or sets the runbook parameters.Modifier and TypeMethodDescriptionRunbookDraftInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook draft parameters.RunbookInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook parameters.RunbookPropertiesInner.withParameters
(Map<String, RunbookParameter> parameters) Set the parameters property: Gets or sets the runbook parameters. -
Uses of RunbookParameter in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionRunbookParameter.withDefaultValue
(String defaultValue) Set the defaultValue property: Gets or sets the default value of parameter.RunbookParameter.withIsMandatory
(Boolean isMandatory) Set the isMandatory property: Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.RunbookParameter.withPosition
(Integer position) Set the position property: Get or sets the position of the parameter.Set the type property: Gets or sets the type of the parameter.Modifier and TypeMethodDescriptionRunbook.parameters()
Gets the parameters property: Gets or sets the runbook parameters.RunbookDraft.parameters()
Gets the parameters property: Gets or sets the runbook draft parameters.RunbookProperties.parameters()
Gets the parameters property: Gets or sets the runbook parameters.