Uses of Class
com.azure.resourcemanager.automation.models.RunbookParameter
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return types with arguments of type RunbookParameterModifier 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.Method parameters in com.azure.resourcemanager.automation.fluent.models with type arguments of type RunbookParameterModifier 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
Methods in com.azure.resourcemanager.automation.models that return RunbookParameterModifier and TypeMethodDescriptionstatic RunbookParameter
RunbookParameter.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of RunbookParameter from the JsonReader.RunbookParameter.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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type RunbookParameterModifier 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.