Share via


NetAppAvsDataStore Struct

Definition

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