DscConfigurationParameter interface
Definition of the configuration parameter type.
Properties
default |
Gets or sets the default value of parameter. |
is |
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not. |
position | Get or sets the position of the parameter. |
type | Gets or sets the type of the parameter. |
Property Details
defaultValue
Gets or sets the default value of parameter.
defaultValue?: string
Property Value
string
isMandatory
Gets or sets a Boolean value to indicate whether the parameter is mandatory or not.
isMandatory?: boolean
Property Value
boolean
position
Get or sets the position of the parameter.
position?: number
Property Value
number
type
Gets or sets the type of the parameter.
type?: string
Property Value
string
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for JavaScript