DellFileSystemProperties 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.
Properties specific to the Dell File System resource.
public class DellFileSystemProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Dell.Storage.Models.DellFileSystemProperties>
type DellFileSystemProperties = class
interface IJsonModel<DellFileSystemProperties>
interface IPersistableModel<DellFileSystemProperties>
Public Class DellFileSystemProperties
Implements IJsonModel(Of DellFileSystemProperties), IPersistableModel(Of DellFileSystemProperties)
- Inheritance
-
DellFileSystemProperties
- Implements
Constructors
Properties
Capacity |
Capacity for Dell Filesystem, Will be received as part of Job Status. |
DelegatedSubnetCidr |
Domain range for the delegated subnet. |
DelegatedSubnetId |
Delegated subnet id for Vnet injection. |
DellReferenceNumber |
DellReferenceNumber of the resource. |
Encryption |
EncryptionProperties of the resource. |
FileSystemId |
File system Id of the resource. |
Marketplace |
Marketplace details. |
OneFsUri |
OneFS url. |
ProvisioningState |
Provisioning State of the resource. |
SmartConnectFqdn |
Smart Connect FQDN of the resource. |
UserEmail |
User Email. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DellFileSystemProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DellFileSystemProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DellFileSystemProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DellFileSystemProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DellFileSystemProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |