|
| 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 | +# Get-IntersightFunctionsFunctionVersion |
| 9 | + |
| 10 | +## SYNOPSIS |
| 11 | +Get the FunctionsFunctionVersion |
| 12 | + |
| 13 | +## SYNTAX |
| 14 | + |
| 15 | +### CmdletParam (Default) |
| 16 | +``` |
| 17 | +Get-IntersightFunctionsFunctionVersion [-Name <String>] [-Organization <OrganizationOrganizationRelationship>] |
| 18 | + [<CommonParameters>] |
| 19 | +``` |
| 20 | + |
| 21 | +### QueryParam |
| 22 | +``` |
| 23 | +Get-IntersightFunctionsFunctionVersion [-Count <Boolean>] [-InlineCount <String>] [-Select <String>] [-Filter <String>] |
| 24 | + [-Expand <String>] [-Skip <Int32>] [-Top <Int32>] [-At <String>] [-Orderby <String>] [-Apply <String>] |
| 25 | + [-Tag <String>] [<CommonParameters>] |
| 26 | +``` |
| 27 | +## DESCRIPTION |
| 28 | +Read a 'FunctionsFunctionVersion' resource. |
| 29 | +A maximum of 10,000 objects can be retrieved in a single invocation. |
| 30 | + |
| 31 | +Note :- The output returns by the ParameterSet "QueryParam" cannot be piped to the New or Set cmdlet. |
| 32 | + |
| 33 | + |
| 34 | +## EXAMPLES |
| 35 | + |
| 36 | +### Example 1 |
| 37 | +```powershell |
| 38 | +PS C:\> $result = Get-IntersightFunctionsFunctionVersion |
| 39 | +``` |
| 40 | +Above example returns the list of FunctionsFunctionVersion. |
| 41 | + |
| 42 | +### Example 2 |
| 43 | +```powershell |
| 44 | +PS C:\> $result = Get-IntersightFunctionsFunctionVersion -Name "MoName" |
| 45 | +``` |
| 46 | +Above example returns the FunctionsFunctionVersion matched with name. |
| 47 | + |
| 48 | +### Example 3 |
| 49 | +```powershell |
| 50 | +PS C:\> $result = Get-IntersightFunctionsFunctionVersion -Organization $organization |
| 51 | +``` |
| 52 | +Above example returns the list of FunctionsFunctionVersion available under the $organization . |
| 53 | + |
| 54 | +### Example 4 |
| 55 | +```powershell |
| 56 | +PS C:\> $result = Get-IntersightFunctionsFunctionVersion -InlineCount allpages |
| 57 | +``` |
| 58 | +Above example returns the list of FunctionsFunctionVersion along with count. |
| 59 | + |
| 60 | +## PARAMETERS |
| 61 | + |
| 62 | +### -Apply |
| 63 | +Specify one or more transformation operations to perform aggregation on the resources. The transformations are processed in order with the output from a |
| 64 | +transformation being used as input for the subsequent transformation. The ""$apply"" query takes a sequence of set transformations, separated by forward slashes |
| 65 | +to express that they are consecutively applied, i.e. the result of each transformation is the input to the next transformation. Supported aggregation methods are |
| 66 | +""aggregate"" and ""groupby"". The **aggregate** transformation takes a comma-separated list of one or more aggregate expressions as parameters and returns a |
| 67 | +result set with a single instance, representing the aggregated value for all instances in the input set. The **groupby** transformation takes one or two |
| 68 | +parameters and 1. Splits the initial set into subsets where all instances in a subset have the same values for the grouping properties specified in the first |
| 69 | +parameter, 2. Applies set transformations to each subset according to the second parameter, resulting in a new set of potentially different structure and |
| 70 | +cardinality, 3. Ensures that the instances in the result set contain all grouping properties with the correct values for the group, 4. Concatenates the |
| 71 | +intermediate result sets into one result set. A groupby transformation affects the structure of the result set. |
| 72 | + |
| 73 | +```yaml |
| 74 | +Type: String |
| 75 | +Parameter Sets: QueryParam |
| 76 | +Aliases: |
| 77 | + |
| 78 | +Required: False |
| 79 | +Position: Named |
| 80 | +Default value: None |
| 81 | +Accept pipeline input: False |
| 82 | +Accept wildcard characters: False |
| 83 | +``` |
| 84 | +
|
| 85 | +### -At |
| 86 | +Similar to ""$filter"", but ""at"" is specifically used to filter versioning information properties for resources to return. A URI with an ""at"" Query Option |
| 87 | +identifies a subset of the Entries from the Collection of Entries identified by the Resource Path section of the URI. The subset is determined by selecting only |
| 88 | +the Entries that satisfy the predicate expression specified by the query option. The expression language that is used in at operators supports references to |
| 89 | +properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false) or any of the additional literal |
| 90 | +representations shown in the Abstract Type System section. |
| 91 | +
|
| 92 | +```yaml |
| 93 | +Type: String |
| 94 | +Parameter Sets: QueryParam |
| 95 | +Aliases: |
| 96 | + |
| 97 | +Required: False |
| 98 | +Position: Named |
| 99 | +Default value: None |
| 100 | +Accept pipeline input: False |
| 101 | +Accept wildcard characters: False |
| 102 | +``` |
| 103 | +
|
| 104 | +### -Count |
| 105 | +The $count query specifies the service should return the count of the matching resources, instead of returning the resources. |
| 106 | +
|
| 107 | +```yaml |
| 108 | +Type: Boolean |
| 109 | +Parameter Sets: QueryParam |
| 110 | +Aliases: |
| 111 | + |
| 112 | +Required: False |
| 113 | +Position: Named |
| 114 | +Default value: None |
| 115 | +Accept pipeline input: False |
| 116 | +Accept wildcard characters: False |
| 117 | +``` |
| 118 | +
|
| 119 | +### -Expand |
| 120 | +Specify additional attributes or related resources to return in addition to the primary resources. |
| 121 | +
|
| 122 | +```yaml |
| 123 | +Type: String |
| 124 | +Parameter Sets: QueryParam |
| 125 | +Aliases: |
| 126 | + |
| 127 | +Required: False |
| 128 | +Position: Named |
| 129 | +Default value: None |
| 130 | +Accept pipeline input: False |
| 131 | +Accept wildcard characters: False |
| 132 | +``` |
| 133 | +
|
| 134 | +### -Filter |
| 135 | +Filter criteria for the resources to return. A URI with a $filter query option identifies a subset of the entries from the Collection of Entries. The subset is |
| 136 | +determined by selecting only the Entries that satisfy the predicate expression specified by the $filter option. The expression language that is used in $filter |
| 137 | +queries supports references to properties and literals. The literal values can be strings enclosed in single quotes, numbers and boolean values (true or false). |
| 138 | +
|
| 139 | +```yaml |
| 140 | +Type: String |
| 141 | +Parameter Sets: QueryParam |
| 142 | +Aliases: |
| 143 | + |
| 144 | +Required: False |
| 145 | +Position: Named |
| 146 | +Default value: None |
| 147 | +Accept pipeline input: False |
| 148 | +Accept wildcard characters: False |
| 149 | +``` |
| 150 | +
|
| 151 | +### -InlineCount |
| 152 | +The $inlinecount query option allows clients to request an inline count of the matching resources included with the resources in the response. |
| 153 | +
|
| 154 | +```yaml |
| 155 | +Type: String |
| 156 | +Parameter Sets: QueryParam |
| 157 | +Aliases: |
| 158 | +Accepted values: allpages, none |
| 159 | + |
| 160 | +Required: False |
| 161 | +Position: Named |
| 162 | +Default value: None |
| 163 | +Accept pipeline input: False |
| 164 | +Accept wildcard characters: False |
| 165 | +``` |
| 166 | +
|
| 167 | +### -Name |
| 168 | +Specifies the name of the FunctionsFunctionVersion. |
| 169 | +
|
| 170 | +```yaml |
| 171 | +Type: String |
| 172 | +Parameter Sets: CmdletParam |
| 173 | +Aliases: |
| 174 | + |
| 175 | +Required: False |
| 176 | +Position: Named |
| 177 | +Default value: None |
| 178 | +Accept pipeline input: False |
| 179 | +Accept wildcard characters: False |
| 180 | +``` |
| 181 | +
|
| 182 | +### -Orderby |
| 183 | +Determines what properties are used to sort the collection of resources. |
| 184 | +
|
| 185 | +```yaml |
| 186 | +Type: String |
| 187 | +Parameter Sets: QueryParam |
| 188 | +Aliases: |
| 189 | + |
| 190 | +Required: False |
| 191 | +Position: Named |
| 192 | +Default value: None |
| 193 | +Accept pipeline input: False |
| 194 | +Accept wildcard characters: False |
| 195 | +``` |
| 196 | +
|
| 197 | +### -Organization |
| 198 | +Specifies the organization, to fetch the FunctionsFunctionVersion under it. |
| 199 | +
|
| 200 | +```yaml |
| 201 | +Type: OrganizationOrganizationRelationship |
| 202 | +Parameter Sets: CmdletParam |
| 203 | +Aliases: |
| 204 | + |
| 205 | +Required: False |
| 206 | +Position: Named |
| 207 | +Default value: None |
| 208 | +Accept pipeline input: True (ByPropertyName, ByValue) |
| 209 | +Accept wildcard characters: False |
| 210 | +``` |
| 211 | +
|
| 212 | +### -Select |
| 213 | +Specifies a subset of properties to return. |
| 214 | +
|
| 215 | +```yaml |
| 216 | +Type: String |
| 217 | +Parameter Sets: QueryParam |
| 218 | +Aliases: |
| 219 | + |
| 220 | +Required: False |
| 221 | +Position: Named |
| 222 | +Default value: None |
| 223 | +Accept pipeline input: False |
| 224 | +Accept wildcard characters: False |
| 225 | +``` |
| 226 | +
|
| 227 | +### -Skip |
| 228 | +Ignores the specified number of objects and then gets the remaining objects. |
| 229 | +Enter the number of objects to skip. |
| 230 | +
|
| 231 | +```yaml |
| 232 | +Type: Int32 |
| 233 | +Parameter Sets: QueryParam |
| 234 | +Aliases: |
| 235 | + |
| 236 | +Required: False |
| 237 | +Position: Named |
| 238 | +Default value: None |
| 239 | +Accept pipeline input: False |
| 240 | +Accept wildcard characters: False |
| 241 | +``` |
| 242 | +
|
| 243 | +### -Tag |
| 244 | +The 'tags' parameter is used to request a summary of the Tag utilization for this resource. When the 'tags' parameter is specified, the response provides a list |
| 245 | +of tag keys, the number of times the key has been used across all documents, and the tag values that have been assigned to the tag key. |
| 246 | +
|
| 247 | +```yaml |
| 248 | +Type: String |
| 249 | +Parameter Sets: QueryParam |
| 250 | +Aliases: |
| 251 | + |
| 252 | +Required: False |
| 253 | +Position: Named |
| 254 | +Default value: None |
| 255 | +Accept pipeline input: False |
| 256 | +Accept wildcard characters: False |
| 257 | +``` |
| 258 | +
|
| 259 | +### -Top |
| 260 | +Specifies the maximum number of resources to return in the response. |
| 261 | +
|
| 262 | +```yaml |
| 263 | +Type: Int32 |
| 264 | +Parameter Sets: QueryParam |
| 265 | +Aliases: |
| 266 | + |
| 267 | +Required: False |
| 268 | +Position: Named |
| 269 | +Default value: None |
| 270 | +Accept pipeline input: False |
| 271 | +Accept wildcard characters: False |
| 272 | +``` |
| 273 | +
|
| 274 | +### CommonParameters |
| 275 | +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). |
| 276 | +
|
| 277 | +## INPUTS |
| 278 | +
|
| 279 | +### Intersight.Model.OrganizationOrganizationRelationship |
| 280 | +
|
| 281 | +## OUTPUTS |
| 282 | +
|
| 283 | +### System.Object |
| 284 | +## NOTES |
| 285 | +
|
| 286 | +## RELATED LINKS |
| 287 | +
|
| 288 | +[New-IntersightFunctionsFunctionVersion](./New-IntersightFunctionsFunctionVersion.md) |
| 289 | +
|
| 290 | +[Set-IntersightFunctionsFunctionVersion](./Set-IntersightFunctionsFunctionVersion.md) |
| 291 | +
|
0 commit comments