AzurePSCmdlet.WriteObject Method
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.
C#
protected void WriteObject (object sendToPipeline);
override this.WriteObject : obj -> unit
Protected Sub WriteObject (sendToPipeline As Object)
Parameters
- sendToPipeline
- Object
Applies to
Azure - PowerShell Commands Latest and other versions
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |
C#
protected void WriteObject (object sendToPipeline, bool enumerateCollection);
override this.WriteObject : obj * bool -> unit
Protected Sub WriteObject (sendToPipeline As Object, enumerateCollection As Boolean)
Parameters
- sendToPipeline
- Object
- enumerateCollection
- Boolean
Applies to
Azure - PowerShell Commands Latest and other versions
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Azure RM - PowerShell Commands | Latest |