IStorageAppliance Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceTypeConverter))]
public interface IStorageAppliance : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api40.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.StorageApplianceTypeConverter))>]
type IStorageAppliance = interface
interface IJsonSerializable
interface ITrackedResource
interface IResource
Public Interface IStorageAppliance
Implements ITrackedResource
- Derived
- Attributes
- Implements
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}" (Inherited from IResource) |
Location |
The geo-location where the resource lives (Inherited from ITrackedResource) |
ManagementIpv4Address |
The endpoint for the management interface of the storage appliance. |
Name |
The name of the resource (Inherited from IResource) |
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. |
SerialNumber |
The serial number for the storage appliance. |
SkuId |
The SKU for the storage appliance. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
Tag |
Resource tags. (Inherited from ITrackedResource) |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |