@@ -14,14 +14,14 @@ Gets Batch compute node extensions from a compute node.
1414
1515### Id (Default)
1616```
17- Get-AzBatchComputeNodeExtension [-PoolId] <String> [-ComputeNodeId] <String> [[-ExtensionName ] <String>]
17+ Get-AzBatchComputeNodeExtension [-PoolId] <String> [-ComputeNodeId] <String> [[-Name ] <String>]
1818 [-Select <String>] [-MaxCount <Int32>] -BatchContext <BatchAccountContext>
1919 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2020```
2121
2222### ParentObject
2323```
24- Get-AzBatchComputeNodeExtension [-Pool] <PSCloudPool> [-ComputeNodeId] <String> [[-ExtensionName ] <String>]
24+ Get-AzBatchComputeNodeExtension [-Pool] <PSCloudPool> [-ComputeNodeId] <String> [[-Name ] <String>]
2525 [-Select <String>] [-MaxCount <Int32>] -BatchContext <BatchAccountContext>
2626 [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2727```
@@ -102,33 +102,33 @@ Accept pipeline input: False
102102Accept wildcard characters : False
103103` ` `
104104
105- ### -ExtensionName
106- The name of the extension to get .
105+ ### -MaxCount
106+ Specifies the maximum number of compute node extensions to return .
107107
108108` ` ` yaml
109- Type : System.String
109+ Type : System.Int32
110110Parameter Sets : (All)
111111Aliases :
112112
113113Required : False
114- Position : 2
114+ Position : Named
115115Default value : None
116- Accept pipeline input : True (ByPropertyName)
116+ Accept pipeline input : False
117117Accept wildcard characters : False
118118` ` `
119119
120- ### -MaxCount
121- {{ Fill MaxCount Description }}
120+ ### -Name
121+ The name of the extension to get.
122122
123123` ` ` yaml
124- Type : System.Int32
124+ Type : System.String
125125Parameter Sets : (All)
126126Aliases :
127127
128128Required : False
129- Position : Named
129+ Position : 2
130130Default value : None
131- Accept pipeline input : False
131+ Accept pipeline input : True (ByPropertyName)
132132Accept wildcard characters : False
133133` ` `
134134
@@ -163,7 +163,8 @@ Accept wildcard characters: False
163163` ` `
164164
165165### -Select
166- {{ Fill Select Description }}
166+ Specifies an OData select clause.
167+ Specify a value for this parameter to get specific properties rather than all object properties.
167168
168169` ` ` yaml
169170Type : System.String
0 commit comments