|
| 1 | +--- |
| 2 | +external help file: Intersight.PowerShell.dll-Help.xml |
| 3 | +Module Name: Intersight.PowerShell |
| 4 | +online version: |
| 5 | +schema: 2.0.0 |
| 6 | +--- |
| 7 | + |
| 8 | +# Initialize-IntersightWorkflowBaseServiceItemActionProperty |
| 9 | + |
| 10 | +## SYNOPSIS |
| 11 | +Fill in the Synopsis |
| 12 | + |
| 13 | +## SYNTAX |
| 14 | + |
| 15 | +``` |
| 16 | +
|
| 17 | +Initialize-IntersightWorkflowBaseServiceItemActionProperty [-AdditionalProperties< System.Collections.Generic.Dictionary`2[string,object]>][-ClassId< WorkflowBaseServiceItemActionProperty.ClassIdEnum>][-ObjectType< WorkflowBaseServiceItemActionProperty.ObjectTypeEnum>][-Json< SwitchParameter>][-WithHttpInfo< SwitchParameter>] |
| 18 | +
|
| 19 | +``` |
| 20 | + |
| 21 | +## DESCRIPTION |
| 22 | + |
| 23 | +Initialize cmdlet is used to instantiate the object of complex type in the Powershell session, it does not create the object on the server. |
| 24 | + |
| 25 | +## PARAMETERS |
| 26 | + |
| 27 | +### -AdditionalProperties |
| 28 | + |
| 29 | + |
| 30 | +```yaml |
| 31 | +Type: System.Collections.Generic.Dictionary`2[string,object] |
| 32 | +Parameter Sets: (All) |
| 33 | +Aliases: |
| 34 | + |
| 35 | +Required: false |
| 36 | +Position: Named |
| 37 | +Default value: None |
| 38 | +Accept pipeline input: True True (ByPropertyName) |
| 39 | +Accept wildcard characters: False |
| 40 | +``` |
| 41 | +
|
| 42 | +### -ClassId |
| 43 | +The fully-qualified name of the instantiated, concrete type.\nThis property is used as a discriminator to identify the type of the payload\nwhen marshaling and unmarshaling data.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. |
| 44 | +
|
| 45 | +```yaml |
| 46 | +Type: WorkflowBaseServiceItemActionProperty.ClassIdEnum |
| 47 | +Parameter Sets: (All) |
| 48 | +Aliases: |
| 49 | + |
| 50 | +Required: false |
| 51 | +Position: Named |
| 52 | +Default value: None |
| 53 | +Accept pipeline input: True True (ByPropertyName) |
| 54 | +Accept wildcard characters: False |
| 55 | +``` |
| 56 | +
|
| 57 | +### -ObjectType |
| 58 | +The fully-qualified name of the instantiated, concrete type.\nThe value should be the same as the 'ClassId' property.\nThe enum values provides the list of concrete types that can be instantiated from this abstract type. |
| 59 | +
|
| 60 | +```yaml |
| 61 | +Type: WorkflowBaseServiceItemActionProperty.ObjectTypeEnum |
| 62 | +Parameter Sets: (All) |
| 63 | +Aliases: |
| 64 | + |
| 65 | +Required: false |
| 66 | +Position: Named |
| 67 | +Default value: None |
| 68 | +Accept pipeline input: True True (ByPropertyName) |
| 69 | +Accept wildcard characters: False |
| 70 | +``` |
| 71 | +
|
| 72 | +### -Json |
| 73 | +Returns the json payload received in response. |
| 74 | +
|
| 75 | +```yaml |
| 76 | +Type: SwitchParameter |
| 77 | +Parameter Sets: (All) |
| 78 | +Aliases: |
| 79 | + |
| 80 | +Required: false |
| 81 | +Position: Named |
| 82 | +Default value: None |
| 83 | +Accept pipeline input: True False |
| 84 | +Accept wildcard characters: False |
| 85 | +``` |
| 86 | +
|
| 87 | +### -WithHttpInfo |
| 88 | +Returns the HTTP response with headers and content. |
| 89 | +
|
| 90 | +```yaml |
| 91 | +Type: SwitchParameter |
| 92 | +Parameter Sets: (All) |
| 93 | +Aliases: |
| 94 | + |
| 95 | +Required: false |
| 96 | +Position: Named |
| 97 | +Default value: None |
| 98 | +Accept pipeline input: True False |
| 99 | +Accept wildcard characters: False |
| 100 | +``` |
| 101 | +
|
| 102 | +
|
| 103 | +### CommonParameters |
| 104 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). |
| 105 | +
|
| 106 | +## EXAMPLES |
| 107 | +
|
| 108 | +### Example 1 |
| 109 | +```powershell |
| 110 | +PS C:\> Initialize-IntersightWorkflowBaseServiceItemActionProperty |
| 111 | +``` |
| 112 | + |
| 113 | +{ Add example description here } |
| 114 | + |
| 115 | +## INPUTS |
| 116 | + |
| 117 | +### System.Int32 |
| 118 | + |
| 119 | +### System.String |
| 120 | + |
| 121 | +## OUTPUTS |
| 122 | + |
| 123 | +### TestModule.FavoriteStuff |
| 124 | + |
| 125 | +## NOTES |
| 126 | + |
| 127 | +## RELATED LINKS |
0 commit comments