Skip to main content

CreateMachineAccountSubtypeV1Request

Properties

NameTypeDescriptionNotes
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
$CreateMachineAccountSubtypeV1Request = Initialize-CreateMachineAccountSubtypeV1Request  -TechnicalName foo `
-DisplayName Mr Foo `
-Description fighters `
-Type MACHINE
  • Convert the resource to JSON
$CreateMachineAccountSubtypeV1Request | ConvertTo-JSON

[Back to top]