Share via


NetworkCloudStorageApplianceData Class

Definition

A class representing the NetworkCloudStorageAppliance data model. StorageAppliance represents on-premises Network Cloud storage appliance.

public class NetworkCloudStorageApplianceData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.NetworkCloudStorageApplianceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.NetworkCloudStorageApplianceData>
type NetworkCloudStorageApplianceData = class
    inherit TrackedResourceData
    interface IJsonModel<NetworkCloudStorageApplianceData>
    interface IPersistableModel<NetworkCloudStorageApplianceData>
Public Class NetworkCloudStorageApplianceData
Inherits TrackedResourceData
Implements IJsonModel(Of NetworkCloudStorageApplianceData), IPersistableModel(Of NetworkCloudStorageApplianceData)
Inheritance
NetworkCloudStorageApplianceData
Implements

Constructors

Name Description
NetworkCloudStorageApplianceData(AzureLocation, ExtendedLocation, AdministrativeCredentials, ResourceIdentifier, Int64, String, String)

Initializes a new instance of NetworkCloudStorageApplianceData.

Properties

Name Description
AdministratorCredentials

The credentials of the administrative interface on this storage appliance.

CACertificate

The CA certificate information issued by the platform for connecting to TLS interfaces for the storage appliance. Callers add this certificate to their trusted CA store to allow secure communication with the storage appliance.

Capacity

The total capacity of the storage appliance. Measured in GiB.

CapacityUsed

The amount of storage consumed. Measured in GiB.

ClusterId

The resource ID of the cluster this storage appliance is associated with.

DetailedStatus

The detailed status of the storage appliance.

DetailedStatusMessage

The descriptive message about the current detailed status.

ETag

Resource ETag.

ExtendedLocation

The extended location of the cluster associated with the resource.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
ManagementIPv4Address

The endpoint for the management interface of the storage appliance.

Manufacturer

The manufacturer of the storage appliance.

Model

The model of the storage appliance.

Name

The name of the resource.

(Inherited from ResourceData)
ProvisioningState

The provisioning state of the storage appliance.

RackId

The resource ID of the rack where this storage appliance resides.

RackSlot

The slot the storage appliance is in the rack based on the BOM configuration.

RemoteVendorManagementFeature

The indicator of whether the storage appliance supports remote vendor management.

RemoteVendorManagementStatus

The indicator of whether the remote vendor management feature is enabled or disabled, or unsupported if it is an unsupported feature.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SecretRotationStatus

The list of statuses that represent secret rotation activity.

SerialNumber

The serial number for the storage appliance.

StorageApplianceSkuId

The SKU for the storage appliance.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
Version

The version of the storage appliance.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<NetworkCloudStorageApplianceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkCloudStorageApplianceData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkCloudStorageApplianceData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<NetworkCloudStorageApplianceData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to