ContainerAppAzureFileProperties Class

Definition

Azure File Properties.

public class ContainerAppAzureFileProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppAzureFileProperties>
type ContainerAppAzureFileProperties = class
    interface IJsonModel<ContainerAppAzureFileProperties>
    interface IPersistableModel<ContainerAppAzureFileProperties>
Public Class ContainerAppAzureFileProperties
Implements IJsonModel(Of ContainerAppAzureFileProperties), IPersistableModel(Of ContainerAppAzureFileProperties)
Inheritance
ContainerAppAzureFileProperties
Implements

Constructors

ContainerAppAzureFileProperties()

Initializes a new instance of ContainerAppAzureFileProperties.

Properties

AccessMode

Access mode for storage.

AccountKey

Storage account key for azure file.

AccountName

Storage account name for azure file.

ShareName

Azure file share name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppAzureFileProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAppAzureFileProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppAzureFileProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppAzureFileProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAppAzureFileProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to