IVirtualMachineRunCommand.ProtectedParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Api20230701.IRunCommandInputParameter) }, ReadOnly=false, Required=false, SerializedName="protectedParameters")]
public Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.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.Api20230701.IRunCommandInputParameter) }, ReadOnly=false, Required=false, SerializedName="protectedParameters")>]
member this.ProtectedParameter : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20230701.IRunCommandInputParameter[] with get, set
Public Property ProtectedParameter As IRunCommandInputParameter()
Property Value
- Attributes