다음을 통해 공유


ScriptParameter.Type 속성

정의

스크립트에서 예상하는 매개 변수의 형식을 가져옵니다. psCredential은 PSCredentialObject입니다. 가능한 값으로는 'String', 'SecureString', 'Credential', 'Int', 'Bool', 'Float' 등이 있습니다.

[Newtonsoft.Json.JsonProperty(PropertyName="type")]
public string Type { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="type")>]
member this.Type : string
Public ReadOnly Property Type As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상