共用方式為


Get-AzureStorSimpleDeviceConnectedInitiator

取得 StorSimple 裝置可用的 iSCSI 連線。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Get-AzureStorSimpleDeviceConnectedInitiator
   -DeviceId <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]
Get-AzureStorSimpleDeviceConnectedInitiator
   -DeviceName <String>
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Get-AzureStorSimpleDeviceConnectedInitiator Cmdlet 會取得 StorSimple 裝置可用的 iSCSI 連線列表。 此 Cmdlet 傳回的 iSCSI 連接物件包含下列屬性:

  • AcrInstanceId
  • AcrName
  • AllowedVolumeNames
  • 啟動器Address
  • 介面
  • Iqn
  • IscsiConnectionId

只有在裝置開啟 iSCSI 連線時,此 Cmdlet 才會取得連接物件。 根據預設,聯機會關閉。

範例

範例 1:取得裝置的所有連線

PS C:\>Get-AzureStorSimpleDeviceConnectedInitiator -DeviceName "Contoso63-AppVm"
VERBOSE: ClientRequestId: bec615b9-79ab-4671-88b0-287adeb6bf68_PS
VERBOSE: ClientRequestId: ef976c58-2660-41c8-aa15-c84e70c9d01c_PS
VERBOSE: ClientRequestId: 9b306b96-8e76-47ed-beda-d3bd2fb2bb82_PS
VERBOSE: ClientRequestId: 0f4fc743-0b60-45da-a45a-27f4b0f32bd2_PS

AcrInstanceId      : 55f24643-ab3a-4098-ade2-aa2b1a3ab18c
AcrName            : Contoso63-AppVm
AllowedVolumeNames : {Policyvolume1_Default}
InitiatorAddress   : 
Interfaces         : {Data0}
Iqn                : iqn10
IscsiConnectionId  : cfc144cb-00f1-44b1-9655-80b431f2161b

VERBOSE: 1 Iscsi Connection found!

此命令會取得名為 Contoso63-AppVm 之裝置的所有 iSCSI 連線。 只有當裝置的連線已開啟時,此命令才會傳回連線。

參數

-DeviceId

指定要從中取得 iSCSI 啟動器之 StorSimple 裝置的實例識別碼。

類型:String
別名:ID
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-DeviceName

指定要從中取得 iSCSI 啟動器之 StorSimple 裝置的名稱。

類型:String
別名:Name
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Profile

指定 Azure 設定檔。

類型:AzureSMProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

List\<IscsiConnection\>

此 Cmdlet 會傳回包含下列屬性的 iSCSI 連接物件:

  • AcrInstanceId
  • AcrName
  • AllowedVolumeNames
  • 啟動器Address
  • 介面
  • Iqn
  • IscsiConnectionId