你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IMachineRunCommand.ProtectedParameter Property

Definition

The parameters used by the script.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The parameters used by the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="protectedParameters", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter> ProtectedParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Runtime.Info(Create=true, Description="The parameters used by the script.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter) }, Read=true, ReadOnly=false, Required=false, SerializedName="protectedParameters", Update=true)>]
member this.ProtectedParameter : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IRunCommandInputParameter> with get, set
Public Property ProtectedParameter As List(Of IRunCommandInputParameter)

Property Value

Attributes

Applies to