New-AzHdInsightOnAksClusterPyPiLibraryObject
Create an in-memory object for PyPiLibraryProperties.
PowerShell
New-AzHdInsightOnAksClusterPyPiLibraryObject
-Name <String>
[-Version <String>]
[-Remark <String>]
[<CommonParameters>]
Create an in-memory object for PyPiLibraryProperties.
PowerShell
New-AzHdInsightOnAksClusterPyPiLibraryObject -Name pandas -Version 2.2.2 -Remark "Pandas Lib."
PropertiesType : pypi
Property : {
"type": "pypi",
"remarks": "test add pandas",
"name": "pandas",
"version": "2.2.2"
}
Remark : test add pandas
Create a library object for pypi.
Name of the PyPi package.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Remark of the latest library management operation.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Version of the PyPi package.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |