VirtualMachinePatchParameters interface
VirtualMachinePatchParameters represents the body of the request to patch the virtual machine.
Properties
| identity | The identity for the resource. |
| tags | Resource tags. |
| vm |
The credentials used to login to the image repository that has access to the specified image. |
Property Details
identity
The identity for the resource.
identity?: ManagedServiceIdentity
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
vmImageRepositoryCredentials
The credentials used to login to the image repository that has access to the specified image.
vmImageRepositoryCredentials?: ImageRepositoryCredentials