Create a MeshVolume.
Reference to the service client.
Creates a Volume resource with the specified name, description and properties. If Volume resource with the same name exists, then it is updated with the specified description and properties.
The identity of the volume.
Description for creating a Volume resource.
Promise<Models.MeshVolumeCreateOrUpdateResponse>
The identity of the volume.
Description for creating a Volume resource.
The callback
The identity of the volume.
Description for creating a Volume resource.
The optional parameters
The callback
Deletes the Volume resource identified by the name.
The identity of the volume.
Promise<msRest.RestResponse>
The identity of the volume.
The callback
The identity of the volume.
The optional parameters
The callback
Gets the information about the Volume resource with the given name. The information include the description and other properties of the Volume.
The identity of the volume.
Promise<Models.MeshVolumeGetResponse>
The identity of the volume.
The callback
The identity of the volume.
The optional parameters
The callback
Gets the information about all volume resources in a given resource group. The information include the description and other properties of the Volume.
Promise<Models.MeshVolumeListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a MeshVolume.