BareMetalMachinePatchParameters interface

BareMetalMachinePatchParameters represents the body of the request to patch bare metal machine properties.

Properties

machineDetails

The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.

tags

The Azure resource tags that will replace the existing ones.

Property Details

machineDetails

The details provided by the customer during the creation of rack manifests that allows for custom data to be associated with this machine.

machineDetails?: string

Property Value

string

tags

The Azure resource tags that will replace the existing ones.

tags?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}