π¦ Volumes
Get All
LinodeClient linodeClient = new LinodeClient("apikey");
// Get All
List<Volume> list = await linodeClient.Volume.Get();Get One
LinodeClient linodeClient = new LinodeClient("apikey");
long volumeId = 2035197;
// Get All
List<Volume> list = await linodeClient.Volume.Get(volumeId);Create
Update
Delete
Attach
Detach
Resize
Clone
JSON
Last updated