다음을 통해 공유


Get-AzureStorSimpleDeviceConnectedInitiator

StorSimple 디바이스에 사용할 수 있는 iSCSI 연결을 가져옵니다.

참고 항목

이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.

Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 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
  • InitiatorAddress
  • 인터페이스
  • Iqn
  • IscsiConnectionId

이 cmdlet은 디바이스에 대해 iSCSI 연결이 켜져 있는 경우에만 연결 개체를 가져옵니다. 기본적으로 연결이 해제됩니다.

예제

예제 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 디바이스의 인스턴스 ID를 지정합니다.

형식:String
별칭:ID
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-DeviceName

iSCSI 초기자를 가져올 StorSimple 디바이스의 이름을 지정합니다.

형식:String
별칭:Name
Position:Named
Default value:None
필수:True
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-Profile

Azure 프로필을 지정합니다.

형식:AzureSMProfile
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

입력

None

출력

List\<IscsiConnection\>

이 cmdlet은 다음 속성을 포함하는 iSCSI 연결 개체를 반환합니다.

  • AcrInstanceId
  • AcrName
  • AllowedVolumeNames
  • InitiatorAddress
  • 인터페이스
  • Iqn
  • IscsiConnectionId