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
NetAppAvsDataStore(String) |
Initializes a new instance of NetAppAvsDataStore. |
Properties
Disabled |
avsDataStore is disabled. |
Enabled |
avsDataStore is enabled. |
Methods
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
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. |
Applies to
Azure SDK for .NET