ContainerGroupFileShareProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ContainerGroupFileShareProperties.
public class ContainerGroupFileShareProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupFileShareProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupFileShareProperties>
type ContainerGroupFileShareProperties = class
interface IJsonModel<ContainerGroupFileShareProperties>
interface IPersistableModel<ContainerGroupFileShareProperties>
Public Class ContainerGroupFileShareProperties
Implements IJsonModel(Of ContainerGroupFileShareProperties), IPersistableModel(Of ContainerGroupFileShareProperties)
- Inheritance
-
ContainerGroupFileShareProperties
- Implements
Constructors
| ContainerGroupFileShareProperties() |
Initializes a new instance of ContainerGroupFileShareProperties. |
Properties
| ShareAccessTier |
Access tier for specific share. GpV2 account can choose between TransactionOptimized (default), Hot, and Cool. FileStorage account can choose Premium. Learn more at: https://learn.microsoft.com/en-us/rest/api/storagerp/file-shares/create?tabs=HTTP#shareaccesstier. |
| ShareAccessType |
Specifies how Container Groups can access the Azure file share i.e. all CG will share same Azure file share or going to have exclusive file share. |
Methods
| JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
| IJsonModel<ContainerGroupFileShareProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<ContainerGroupFileShareProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<ContainerGroupFileShareProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<ContainerGroupFileShareProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<ContainerGroupFileShareProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |