Skip to main content

CreateSourceSubtypeV1Request

Properties

NameTypeDescriptionNotes
SourceIdStringID of the source where subtype is created.[required]
TechnicalNameStringTechnical name of the subtype.[required]
DisplayNameStringDisplay name of the subtype.[required]
DescriptionStringDescription of the subtype.[required]
TypeStringType of the subtype.[optional]

Examples

  • Prepare the resource
$CreateSourceSubtypeV1Request = Initialize-CreateSourceSubtypeV1Request  -SourceId 6d0458373bec4b4b80460992b76016da `
-TechnicalName foo `
-DisplayName Mr Foo `
-Description fighters `
-Type MACHINE
  • Convert the resource to JSON
$CreateSourceSubtypeV1Request | ConvertTo-JSON

[Back to top]