Interface ScriptExecution.DefinitionStages.WithHiddenParameters

All Known Subinterfaces:
ScriptExecution.Definition, ScriptExecution.DefinitionStages.WithCreate
Enclosing interface:
ScriptExecution.DefinitionStages

public static interface ScriptExecution.DefinitionStages.WithHiddenParameters
The stage of the ScriptExecution definition allowing to specify hiddenParameters.
  • Method Details

    • withHiddenParameters

      Specifies the hiddenParameters property: Parameters that will be hidden/not visible to ARM, such as passwords and credentials.
      Parameters:
      hiddenParameters - Parameters that will be hidden/not visible to ARM, such as passwords and credentials.
      Returns:
      the next definition stage.