Import-SCSpfVMRoleGalleryItem
导入库项以供托管在Azure 门户上的应用程序使用。
语法
Import-SCSpfVMRoleGalleryItem
[-Package <Stream>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Import-SCSpfVMRoleGalleryItem
[-PackageFilePath <String>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
Import-SCSpfVMRoleGalleryItem cmdlet 导入库项,供门户上托管的应用程序使用。 虚拟机角色的库项将导入 Virtual Machine Manager (VMM) 。 Service Provider Foundation 数据库管理库项。
示例
示例 1:导入项目
PS C:\> $Path = "C:\Packages\Create.resdefpkg"
PS C:\> $FStream = New-Object IO.FileStream $Path, Open
PS C:\> Import-SCSPFVMRoleGalleryItem -Package $FStream
第一个命令获取资源包的路径,并将其存储在$Path变量中。
第二个命令获取包的 System.IO.FileStream 对象。
第三个命令导入包。
参数
-Confirm
提示你在运行 cmdlet 之前进行确认。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Package
指定包含资源包的 System.IO.FileStream 对象。
Type: | System.IO.Stream |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-PackageFilePath
指定资源包文件的完整路径,包括 .resdefpkg 扩展名。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-WhatIf
显示在此 cmdlet 运行的情况下将会发生什么。 此 cmdlet 未运行。
Type: | System.Management.Automation.SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
输入
None
输出
System.Object