ContainerGroupFileShare Class

Definition

File shares that can be mounted on container groups.

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

Constructors

Name Description
ContainerGroupFileShare()

Initializes a new instance of ContainerGroupFileShare.

Properties

Name Description
Name

Gets or sets the Name.

Properties

Gets or sets the Properties.

ResourceGroupName

Gets or sets the ResourceGroupName.

StorageAccountName

Gets or sets the StorageAccountName.

Methods

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

Explicit Interface Implementations

Name Description
IJsonModel<ContainerGroupFileShare>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerGroupFileShare>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerGroupFileShare>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerGroupFileShare>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerGroupFileShare>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to