VirtualMachinePatchParameters interface

VirtualMachinePatchParameters represents the body of the request to patch the virtual machine.

Properties

tags

The Azure resource tags that will replace the existing ones.

vmImageRepositoryCredentials

The credentials used to login to the image repository that has access to the specified image.

Property Details

tags

The Azure resource tags that will replace the existing ones.

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

Property Value

{[propertyName: string]: string}

vmImageRepositoryCredentials

The credentials used to login to the image repository that has access to the specified image.

vmImageRepositoryCredentials?: ImageRepositoryCredentials

Property Value