IVirtualMachineRunCommand.ProtectedParameter Property

Definition

The parameters used by the script.

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

Property Value

Attributes

Applies to