Language

AzureNetAppFilesStore Class

Definition

The Azure NetApp Files properties.

public class AzureNetAppFilesStore : Azure.ResourceManager.Discovery.Models.DiscoveryStorageStore, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Discovery.Models.AzureNetAppFilesStore>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Discovery.Models.AzureNetAppFilesStore>
type AzureNetAppFilesStore = class
    inherit DiscoveryStorageStore
    interface IJsonModel<AzureNetAppFilesStore>
    interface IPersistableModel<AzureNetAppFilesStore>
Public Class AzureNetAppFilesStore
Inherits DiscoveryStorageStore
Implements IJsonModel(Of AzureNetAppFilesStore), IPersistableModel(Of AzureNetAppFilesStore)
Inheritance
AzureNetAppFilesStore
Implements

Constructors

Name Description
AzureNetAppFilesStore(ResourceIdentifier)

Initializes a new instance of AzureNetAppFilesStore.

Properties

Name Description
MountProtocol

The protocol to use for mounting the storage store.

NetAppVolumeId

The associated Azure NetApp Files volume ID.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AzureNetAppFilesStore>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureNetAppFilesStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<DiscoveryStorageStore>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IJsonModel<DiscoveryStorageStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IPersistableModel<AzureNetAppFilesStore>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureNetAppFilesStore>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureNetAppFilesStore>.Write(ModelReaderWriterOptions)
IPersistableModel<DiscoveryStorageStore>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IPersistableModel<DiscoveryStorageStore>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IPersistableModel<DiscoveryStorageStore>.Write(ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)

Applies to