QumuloFileSystemResourceData 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.
A class representing the QumuloFileSystemResource data model. A FileSystem Resource by Qumulo
public class QumuloFileSystemResourceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Qumulo.QumuloFileSystemResourceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Qumulo.QumuloFileSystemResourceData>
public class QumuloFileSystemResourceData : Azure.ResourceManager.Models.TrackedResourceData
type QumuloFileSystemResourceData = class
inherit TrackedResourceData
interface IJsonModel<QumuloFileSystemResourceData>
interface IPersistableModel<QumuloFileSystemResourceData>
type QumuloFileSystemResourceData = class
inherit TrackedResourceData
Public Class QumuloFileSystemResourceData
Inherits TrackedResourceData
Implements IJsonModel(Of QumuloFileSystemResourceData), IPersistableModel(Of QumuloFileSystemResourceData)
Public Class QumuloFileSystemResourceData
Inherits TrackedResourceData
- Inheritance
- Implements
Constructors
QumuloFileSystemResourceData(AzureLocation, MarketplaceDetails, StorageSku, QumuloUserDetails, String, String, Int32) |
Initializes a new instance of QumuloFileSystemResourceData. |
Properties
AdminPassword |
Initial administrator password of the resource. |
AvailabilityZone |
Availability zone. |
ClusterLoginUri |
File system Id of the resource. |
DelegatedSubnetId |
Delegated subnet id for Vnet injection. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
Identity |
The managed service identities assigned to this resource. |
InitialCapacity |
Storage capacity in TB. |
Location |
The geo-___location where the resource lives. (Inherited from TrackedResourceData) |
MarketplaceDetails |
Marketplace details. |
Name |
The name of the resource. (Inherited from ResourceData) |
PrivateIPs |
Private IPs of the resource. |
ProvisioningState |
Provisioning State of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
StorageSku |
Storage Sku. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
UserDetailsEmail |
User Email. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<QumuloFileSystemResourceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<QumuloFileSystemResourceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<QumuloFileSystemResourceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<QumuloFileSystemResourceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<QumuloFileSystemResourceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |