Language

AzureStorageBlobStore Class

Definition

The Azure storage blob properties.

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

Constructors

Name Description
AzureStorageBlobStore(ResourceIdentifier)

Initializes a new instance of AzureStorageBlobStore.

Properties

Name Description
MountProtocol

The protocol to use for mounting the storage store.

StorageAccountId

The associated Azure Storage Account ID.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<AzureStorageBlobStore>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<AzureStorageBlobStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<DiscoveryStorageStore>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IJsonModel<DiscoveryStorageStore>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from DiscoveryStorageStore)
IPersistableModel<AzureStorageBlobStore>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<AzureStorageBlobStore>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<AzureStorageBlobStore>.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