Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 848 Bytes

ConvertTo-PowershaiContextList.md

File metadata and controls

48 lines (39 loc) · 848 Bytes

external help file: powershai-help.xml schema: 2.0.0 powershai: true

ConvertTo-PowershaiContextList

SYNOPSIS

Converte o objeto para um formato lista usando Format-List.

SYNTAX

ConvertTo-PowershaiContextList [[-context] <Object>] [[-FlParams] <Object>] [<CommonParameters>]

PARAMETERS

-context

Objeto que será injetado no contexto

Parameter Set: (All)
Type: Object
Aliases: 
Accepted Values: 
Required: false
Position: 1
Default Value: 
Accept pipeline input: false
Accept wildcard characters: false

-FlParams

Parâmetros do comando Format-List

Parameter Set: (All)
Type: Object
Aliases: 
Accepted Values: 
Required: false
Position: 2
Default Value: @{}
Accept pipeline input: false
Accept wildcard characters: false