SubvolumeInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subvolume Information properties
[Microsoft.Rest.Serialization.JsonTransformation]
public class SubvolumeInfo : Microsoft.Azure.Management.NetApp.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SubvolumeInfo = class
inherit ProxyResource
Public Class SubvolumeInfo
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
SubvolumeInfo() |
Initializes a new instance of the SubvolumeInfo class. |
SubvolumeInfo(String, String, String, SystemData, String, Nullable<Int64>, String, String) |
Initializes a new instance of the SubvolumeInfo class. |
Properties
Id |
Gets fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" (Inherited from Resource) |
Name |
Gets the name of the resource (Inherited from Resource) |
ParentPath |
Gets or sets parent path to the subvolume |
Path |
Gets or sets path to the subvolume |
ProvisioningState |
Gets azure lifecycle management |
Size |
Gets or sets truncate subvolume to the provided size in bytes |
SystemData |
Gets azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from Resource) |
Type |
Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from Resource) |
Extension Methods
ConvertToPs(SubvolumeInfo) |