Datastore 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.
A datastore resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class Datastore : Microsoft.Azure.Management.Avs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Datastore = class
inherit Resource
Public Class Datastore
Inherits Resource
- Inheritance
- Attributes
Constructors
Datastore() |
Initializes a new instance of the Datastore class. |
Datastore(String, String, String, String, NetAppVolume, DiskPoolVolume, String) |
Initializes a new instance of the Datastore class. |
Properties
DiskPoolVolume |
Gets or sets an iSCSI volume |
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
NetAppVolume |
Gets or sets an Azure NetApp Files volume |
ProvisioningState |
Gets the state of the datastore provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Pending', 'Creating', 'Updating', 'Deleting' |
Status |
Gets the operational status of the datastore. Possible values include: 'Unknown', 'Accessible', 'Inaccessible', 'Attached', 'Detached', 'LostCommunication', 'DeadOrError' |
Type |
Gets resource type. (Inherited from Resource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET