你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzureStorSimpleDevice
获取附加到资源的设备。
注意
本文档中引用的 cmdlet 用于管理使用 Azure Service Manager (ASM) API 的旧式 Azure 资源。 创建新资源时,建议不要使用旧的 PowerShell 模块,因为计划将停用 ASM。 有关详细信息,请参阅 Azure Service Manager 停用。
Az PowerShell 模块是建议用于管理 PowerShell 的 Azure 资源管理器 (ARM) 资源的 PowerShell 模块。
语法
Get-AzureStorSimpleDevice
[-Type <String>]
[-ModelID <String>]
[-Detailed]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureStorSimpleDevice
[-DeviceId <String>]
[-Type <String>]
[-ModelID <String>]
[-Detailed]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureStorSimpleDevice
[-DeviceName <String>]
[-Type <String>]
[-ModelID <String>]
[-Detailed]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
说明
Get-AzureStorSimpleDevice cmdlet 获取附加到资源的 StorSimple 设备列表。 可以指定设备 ID、名称、模型 ID 和类型。 使用此 cmdlet 获取的 DeviceID 属性指定其他 StorSimple cmdlet 的设备。
示例
示例 1:获取资源上的可用设备
PS C:\>Get-AzureStorSimpleDevice
DeviceId : 6f9ab151-39c7-4ded-b7d0-f5b0968f2766
DeviceName : 8600-: SHX0881018G88
SerialNumber : SHX0881018G88
DeviceSoftwareVersion : 6.3.9600.17430
Location :
ModelDescription : 8600
Status : Offline
Type : Appliance
TargetIQN : iqn.1991-05.com.microsoft:storsimple8600-shx0991018g00e4-target
TimeZone : Pacific Standard Time
ActivationTime : 2015-04-07T16:32:30.2960842Z
AvailableStorageInBytes : 535363378479104
ProvisionedStorageInBytes : 14392435408896
TotalStorageInBytes : 549755813888000
UsingStorageInBytes : 12693995520
DeviceId : eb30ea31-c856-4cf2-9a02-aee611d6a3b9
DeviceName : 8100-Delta 001
SerialNumber : SHX90391XXXXXXX
DeviceSoftwareVersion : 6.3.9600.17430
Location :
ModelDescription : 8100
Status : Online
Type : Appliance
TargetIQN : iqn.1991-05.com.microsoft:storsimple8100-shx90193xxxxxxx-target
TimeZone : Eastern Standard Time
ActivationTime : 2015-03-26T14:53:14.4219391Z
AvailableStorageInBytes : 205509890146304
ProvisionedStorageInBytes : 14392435408896
TotalStorageInBytes : 219902325555200
UsingStorageInBytes : 23904321536
DeviceId : edcb0b9b-1ed5-4102-9c5d-c589f7632994
DeviceName : 8600-Bravo 001
SerialNumber : SHX0900915G44SY
DeviceSoftwareVersion : 6.3.9600.17430
Location :
ModelDescription : 8600
Status : Online
Type : Appliance
TargetIQN : iqn.1991-05.com.microsoft:storsimple8600-shx0900915g44sy-target
TimeZone : Eastern Standard Time
ActivationTime : 2015-03-26T15:36:26.0870525Z
AvailableStorageInBytes : 535363378479104
ProvisionedStorageInBytes : 14392435408896
TotalStorageInBytes : 549755813888000
UsingStorageInBytes : 978893799424
此命令获取资源上的所有可用设备。 在此示例中,只有一台设备可用。
示例 2:获取资源上的特定可用设备
PS C:\>Get-AzureStorSimpleDevice -DeviceName "8600-SHX90193XXXXXXX" -Type Appliance -ModelId "8600"
DeviceId : f9db31da-8a6c-4718-8f5b-5ce89e600f28
DeviceName : 8600-SHX90193XXXXXXX
SerialNumber : SHX90193XXXXXXX
DeviceSoftwareVersion : 6.3.9600.17430
Location :
ModelDescription : 8600
Status : Online
Type : Appliance
TargetIQN : iqn.1991-05.com.microsoft:storsimple8600-shx90193xxxxxxx-target
TimeZone : Pacific Standard Time
ActivationTime : 2015-04-07T18:10:46.4524766Z
AvailableStorageInBytes : 535363378479104
ProvisionedStorageInBytes : 14392435408896
TotalStorageInBytes : 549755813888000
UsingStorageInBytes : 14445182976
此命令获取具有指定名称、类型和模型 ID 的资源上的所有可用设备。
示例 3:获取设备的详细信息
PS C:\>Get-AzureStorSimpleDevice -Name "8600-SHX90193XXXXXXX" -Type Appliance -Detailed
AlertNotification : Microsoft.WindowsAzure.Management.StorSimple.Models.AlertNotificationSettings
Chap : Microsoft.WindowsAzure.Management.StorSimple.Models.ChapSettings
DeviceProperties : Microsoft.WindowsAzure.Management.StorSimple.Models.DeviceInfo
DnsServer : Microsoft.WindowsAzure.Management.StorSimple.Models.DnsServerSettings
InstanceId : f9db31da-8a6c-4718-8f5b-5ce89e600f28
Name :
NetInterfaceList : {Data0, Data1, Data2, Data3...}
OperationInProgress : None
RemoteMgmtSettingsInfo : Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteManagementSettings
RemoteMinishellSecretInfo : Microsoft.WindowsAzure.Management.StorSimple.Models.RemoteMinishellSettings
SecretEncryptionCertThumbprint :
Snapshot : Microsoft.WindowsAzure.Management.StorSimple.Models.SnapshotSettings
TimeServer : Microsoft.WindowsAzure.Management.StorSimple.Models.TimeSettings
Type : Appliance
VirtualApplianceProperties : Microsoft.WindowsAzure.Management.StorSimple.Models.VirtualApplianceInfo
WebProxy : Microsoft.WindowsAzure.Management.StorSimple.Models.WebProxySettings
此命令获取具有指定名称和类型的资源上的所有可用设备。 此命令指定 Detailed 参数。 该命令提供有关它返回的设备的其他详细信息。
参数
-Detailed
指示此 cmdlet 返回它获取的设备的设备的设备详细信息。
类型: | SwitchParameter |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DeviceId
指定要获取的设备实例 ID。
类型: | String |
别名: | ID |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DeviceName
指定要获取的 StorSimple 设备的名称。
类型: | String |
别名: | Name |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ModelID
指定要获取的 StorSimple 设备的模型的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Profile
指定 Azure 配置文件。
类型: | AzureSMProfile |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Type
指定 StorSimple 设备的类型。 有效值为:Appliance 和 VirtualAppliance。
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
List\<DeviceDetails\>, IEnumerable\<DeviceInfo\>
如果指定 Detailed 参数,此 cmdlet 将返回 List<DeviceDetails> 对象。 如果未指定该参数,它将返回 IEnumerable <DeviceInfo> 对象。