StorageAppliance 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.
StorageAppliance represents on-premises Network Cloud storage appliance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceTypeConverter))]
public class StorageAppliance : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance, Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.StorageApplianceTypeConverter))>]
type StorageAppliance = class
interface IStorageAppliance
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class StorageAppliance
Implements IStorageAppliance, IValidates
- Inheritance
-
StorageAppliance
- Attributes
- Implements
Constructors
StorageAppliance() |
Creates an new StorageAppliance instance. |
Properties
AdministratorCredentialsPassword |
The password of the administrator of the device used during initialization. |
AdministratorCredentialsUsername |
The username of the administrator of the device used during initialization. |
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. |
ExtendedLocationName |
The resource ID of the extended location on which the resource will be created. |
ExtendedLocationType |
The extended location type, for example, CustomLocation. |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
Location |
The geo-location where the resource lives |
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 |
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. |
ResourceGroupName |
Gets the resource group name |
SecretRotationStatus |
The list of statuses that represent secret rotation activity. |
SerialNumber |
The serial number for the storage appliance. |
SkuId |
The SKU for the storage appliance. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Version |
The version of the storage appliance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StorageAppliance. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StorageAppliance. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20240701.IStorageAppliance. |
FromJsonString(String) |
Creates a new instance of StorageAppliance, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StorageAppliance into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |