Skip to main content

Outlierfeaturetranslation

Properties

NameTypeDescriptionNotes
DisplayNameTranslationmessage[optional]
DescriptionTranslationmessage[optional]

Examples

  • Prepare the resource
$Outlierfeaturetranslation = Initialize-Outlierfeaturetranslation  -DisplayName null `
-Description null
  • Convert the resource to JSON
$Outlierfeaturetranslation | ConvertTo-JSON

[Back to top]