GetAzVMwareScriptExecutionLog_Get.ScriptOutputStreamType 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.
[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="Array of ScriptOutputStreamType", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType) }, ReadOnly=false, Required=true, SerializedName="scriptOutputStreamType")]
[System.Management.Automation.AllowEmptyCollection]
[System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType))]
[System.Management.Automation.Parameter(HelpMessage="Array of ScriptOutputStreamType", Mandatory=true, ValueFromPipeline=true)]
public Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType[] ScriptOutputStreamType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="Array of ScriptOutputStreamType", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType) }, ReadOnly=false, Required=true, SerializedName="scriptOutputStreamType")>]
[<System.Management.Automation.AllowEmptyCollection>]
[<System.Management.Automation.ArgumentCompleter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType))>]
[<System.Management.Automation.Parameter(HelpMessage="Array of ScriptOutputStreamType", Mandatory=true, ValueFromPipeline=true)>]
member this.ScriptOutputStreamType : Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.ScriptOutputStreamType[] with get, set
Public Property ScriptOutputStreamType As ScriptOutputStreamType()
Property Value
- Attributes