次の方法で共有


ScriptParameter クラス

定義

スクリプトが受け入れるパラメーター。

public class ScriptParameter
type ScriptParameter = class
Public Class ScriptParameter
継承
ScriptParameter

プロパティ

Description

パラメーターのわかりやすい説明。

Name

スクリプトでパラメーター値が予期されるパラメーター名。

Optional

このパラメーターは必須か省略可能か。

ParameterType

スクリプトが想定しているパラメーターの型。 psCredential は PSCredentialObject です。

Visibility

このパラメーターが arm に表示され、実行時に parameters 引数に渡される必要があります。

適用対象