NetAppAvsDataStore Struct
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.
Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose.
public readonly struct NetAppAvsDataStore : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppAvsDataStore>
type NetAppAvsDataStore = struct
Public Structure NetAppAvsDataStore
Implements IEquatable(Of NetAppAvsDataStore)
- Inheritance
-
NetAppAvsDataStore
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppAvsDataStore(String) |
Initializes a new instance of NetAppAvsDataStore. |
Properties
| Name | Description |
|---|---|
| Disabled |
avsDataStore is disabled. |
| Enabled |
avsDataStore is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppAvsDataStore) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(NetAppAvsDataStore, NetAppAvsDataStore) |
Determines if two NetAppAvsDataStore values are the same. |
| Implicit(String to NetAppAvsDataStore) |
Converts a String to a NetAppAvsDataStore. |
| Inequality(NetAppAvsDataStore, NetAppAvsDataStore) |
Determines if two NetAppAvsDataStore values are not the same. |