NetworkCloudStorageApplianceData 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 NetworkCloudStorageAppliance data model. StorageAppliance represents on-premises Network Cloud storage appliance.
public class NetworkCloudStorageApplianceData : Azure.ResourceManager.Models.TrackedResourceData
type NetworkCloudStorageApplianceData = class
inherit TrackedResourceData
Public Class NetworkCloudStorageApplianceData
Inherits TrackedResourceData
- Inheritance
Constructors
NetworkCloudStorageApplianceData(AzureLocation, ExtendedLocation, AdministrativeCredentials, ResourceIdentifier, Int64, String, String) |
Initializes a new instance of NetworkCloudStorageApplianceData. |
Properties
AdministratorCredentials |
The credentials of the administrative interface on this storage appliance. |
Capacity |
The total capacity of the storage appliance. |
CapacityUsed |
The amount of storage consumed. |
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. |
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. |
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) |
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) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET