NetworkBootstrapDevicePatch interface
The Network Bootstrap Device Patch Parameters defines the patch parameters of the resource.
- Extends
Properties
| annotation | Switch configuration description. |
| host |
The host name of the device. |
| identity | The managed service identities assigned to this resource. |
| serial |
Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber. |
Inherited Properties
| tags | Resource tags. |
Property Details
annotation
Switch configuration description.
annotation?: string
Property Value
string
hostName
The host name of the device.
hostName?: string
Property Value
string
identity
The managed service identities assigned to this resource.
identity?: ManagedServiceIdentityPatch
Property Value
serialNumber
Serial number of the device. Format of serial Number - Make;Model;HardwareRevisionId;SerialNumber.
serialNumber?: string
Property Value
string
Inherited Property Details
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TagsUpdate.tags