Skip to main content

AttributemappingsAllOfTransformDefinition

Properties

NameTypeDescriptionNotes
TypeStringThe type of transform[optional]
AttributesAttributemappingsAllOfTransformDefinitionAttributes[optional]
IdStringTransform Operation[optional]

Examples

  • Prepare the resource
$AttributemappingsAllOfTransformDefinition = Initialize-AttributemappingsAllOfTransformDefinition  -Type reference `
-Attributes null `
-Id ToUpper
  • Convert the resource to JSON
$AttributemappingsAllOfTransformDefinition | ConvertTo-JSON

[Back to top]