다음을 통해 공유


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

ContainerGroupFileShare()

Initializes a new instance of ContainerGroupFileShare.

Properties

Name

Gets or sets the name.

Properties

Gets or sets the properties.

ResourceGroupName

Gets or sets the resource group name.

StorageAccountName

Gets or sets the storage account name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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