Vm Data Sets Entries APIs
The Entries service provides operations for manipulating individual entries in a data set.
Operations
DELETE
Delete Vm Data Set Key Vm Entries
Deletes an entry in a data set. if you do not have all of the privileges described as follows: - The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.DataSets.DataSetEntryDelete.
GET
Get Vm Data Set Key Vm Entries
Retrieves the value of an entry in a data set. if you do not have all of the privileges described as follows: - The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.DataSets.DataSetEntryGet.
PUT
Set Vm Data Set Key Vm Entries
Creates or updates an entry in a data set. If an entry whose key matches key already exists, it will replace the existing value, otherwise it will create a new entry. if you do not have all of the privileges described as follows: - The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.DataSets.DataSetEntrySet.
GET
List Vm Data Set Vm Entries
Lists all entry keys in a data set. if you do not have all of the privileges described as follows: - The resource VirtualMachine referenced by the parameter vm requires VirtualMachine.DataSets.DataSetEntryList.