Skip to main content

SetIconV1Request

Properties

NameTypeDescriptionNotes
ImageSystem.IO.FileInfofile with icon. Allowed mime-types ['image/png', 'image/jpeg'][required]

Examples

  • Prepare the resource
$SetIconV1Request = Initialize-SetIconV1Request  -Image [B@4b6ac111
  • Convert the resource to JSON
$SetIconV1Request | ConvertTo-JSON

[Back to top]