Sdílet prostřednictvím


IMachineRunCommand.ProtectedParameter Property

Definition

[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