Get-SCSPFVMRoleGalleryItemIcon
ギャラリー 項目に関連付けられているアイコンを取得します。
構文
Get-SCSPFVMRoleGalleryItemIcon
[-VMRoleGalleryItem] <VMRoleGalleryItem>
-IconFileName <String>
[<CommonParameters>]
Get-SCSPFVMRoleGalleryItemIcon
-Name <String>
-Version <String>
-Publisher <String>
-IconFileName <String>
[<CommonParameters>]
説明
Get-SCSPFVMRoleGalleryItemIcon コマンドレットは、仮想マシン ロールによって使用されるギャラリー項目に関連付けられているアイコンの System.IO.MemoryStream オブジェクトを取得します。
例
例 1: ギャラリー 項目に関連付けられているアイコンを取得する
PS C:\>$GalleryItem = Get-SCSPFVMRoleGalleryItem -Name 570569955cbfb62b374358b34467020750f65c
PS C:\> $GalleryItemIcon = Get-SCSPFVMRoleGalleryItemIcon -Name $GalleryItem.Name -Publisher $GalleryItem.Publisher -Version $GalleryItem.Version -IconFilename "Contoso.ico"
最初のコマンドは、ギャラリー項目を取得し、$GalleryItemに格納します。
2 番目のコマンドは、変数で必要なパラメーターを指定してアイコン オブジェクトを取得します。 アイコン ファイル名に null 値が変数にある場合は、 IconFileName パラメーターを明示的に指定します。
パラメーター
-IconFileName
アイコンのファイル名を指定します。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
項目の名前を示します。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Publisher
アイテムの発行元を指定します。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Version
アイテムのバージョンを指定します。
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VMRoleGalleryItem
アイコンに関連付けられているギャラリー 項目を指定します。
Type: | Microsoft.SystemCenter.Foundation.SPFData.Types.Gallery.VMRoleGalleryItem |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
入力
Microsoft.SystemCenter.Foundation.SPFData.Types.Gallery.VMRoleGalleryItem
出力
System.Object