Get-AzureStorSimpleDeviceVolume
디바이스의 볼륨을 가져옵니다.
참고 항목
이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.
Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 PowerShell 모듈입니다.
구문
Get-AzureStorSimpleDeviceVolume
-DeviceName <String>
-VolumeContainer <DataContainer>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Get-AzureStorSimpleDeviceVolume
-DeviceName <String>
-VolumeName <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureStorSimpleDeviceVolume cmdlet은 지정된 볼륨 컨테이너 또는 지정된 이름의 볼륨에 대한 볼륨 목록을 가져옵니다. 반환된 개체에는 다음 속성이 포함됩니다.
- AccessType
- AcrList
- AppType
- DataContainer
- DataContainerId
- InstanceId
- IsBackupEnabled
- IsDefaultBackupEnabled
- IsMonitoringEnabled
- 이름
- 온라인
- OperationInProgress
- SizeInBytes
- VSN
예제
예제 1: 지정된 컨테이너의 볼륨 가져오기
PS C:\>Get-AzureStorSimpleDeviceVolumeContainer -DeviceName "Contoso63-AppVm" -VolumeContainerName "Container03" | Get-AzureStorSimpleDeviceVolume -DeviceName "Contoso63-AppVm"
InstanceId : BA-1503262017214433280-ade42af6-dabb-449d-b66b-4f5d06891d4c
Name : Volume 1 Clone
Online : True
SizeInBytes : 3298534883328
AccessType : ReadWrite
AcrList : {Windows_XYUSFL718-RV_ACR}
AppType : Invalid
DataContainerId : 127135b6-92de-4f53-850d-70e1f9a38cbe
IsBackupEnabled : True
IsDefaultBackupEnabled : False
IsMonitoringEnabled : False
VSN : BA-1503262017214433280-ade42af6-dabb-449d-b66b-4f5d06891d4c
InstanceId : BA-1503262017366008684-cf8bb1a3-21e5-4cfc-ba0d-bfe238d77ebe
Name : Volume 3 Clone
Online : True
SizeInBytes : 1717986918400
AccessType : ReadWrite
AcrList : {Linux_XYUSFL719_ACR}
AppType : Invalid
DataContainerId : 127135b6-92de-4f53-850d-70e1f9a38cbe
IsBackupEnabled : True
IsDefaultBackupEnabled : False
IsMonitoringEnabled : False
VSN : BA-1503262017366008684-cf8bb1a3-21e5-4cfc-ba0d-bfe238d77ebe
InstanceId : SS-VOL-2180be94-36f1-473e-a42b-a3ebd2cdb481
Name : Volume 4
Online : True
SizeInBytes : 1610612736000
AccessType : ReadWrite
AcrList : {Linux_XYUSFL719_ACR}
AppType : Invalid
DataContainerId : 127135b6-92de-4f53-850d-70e1f9a38cbe
IsBackupEnabled : True
IsDefaultBackupEnabled : False
IsMonitoringEnabled : False
VSN : SS-VOL-2180be94-36f1-473e-a42b-a3ebd2cdb481
이 명령은 Get-AzureStorSimpleDeviceVolumeContainer cmdlet을 사용하여 Contoso63-AppVm이라는 디바이스에서 Container03이라는 볼륨 컨테이너를 가져옵니다. 이 명령은 파이프라인 연산자를 사용하여 해당 컨테이너를 현재 cmdlet에 전달합니다. 해당 cmdlet은 Contoso63-AppVm이라는 디바이스에 대한 해당 컨테이너의 모든 볼륨을 가져옵니다.
예제 2: 이름을 사용하여 볼륨 가져오기
PS C:\>Get-AzureStorSimpleDeviceVolume -DeviceName "Contoso63-AppVm" -VolumeName "Volume18"
InstanceId : SS-VOL-c75e9636-1dcf-43db-92df-3af1ecf3f18a
Name : Volume18
Online : True
SizeInBytes : 2748779069440
AccessType : ReadWrite
AcrList : {Windows_XYUSFL718-RV_ACR}
AppType : Invalid
DataContainerId : 127135b6-92de-4f53-850d-70e1f9a38cbe
IsBackupEnabled : True
IsDefaultBackupEnabled : False
IsMonitoringEnabled : False
VSN : SS-VOL-c75e9636-1dcf-43db-92df-3af1ecf3f18a
이 명령은 Contoso63-AppVm이라는 디바이스에서 Volume18이라는 볼륨을 가져옵니다.
매개 변수
-DeviceName
볼륨을 가져올 StorSimple 디바이스의 이름을 지정합니다.
형식: | String |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-Profile
Azure 프로필을 지정합니다.
형식: | AzureSMProfile |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-VolumeContainer
가져올 볼륨을 포함하는 볼륨 컨테이너를 DataContainer 개체로 지정합니다. DataContainer를 가져오려면 Get-AzureStorSimpleDeviceVolumeContainer cmdlet을 사용합니다.
형식: | DataContainer |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |
-VolumeName
가져올 볼륨의 이름을 지정합니다.
형식: | String |
별칭: | Name |
Position: | Named |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
입력
DataContainer
이 cmdlet은 가져올 볼륨을 포함하는 DataContainer 개체를 허용합니다.
출력
VirtualDisk, IList\<VirtualDisk\>
이 cmdlet은 VolumeName 매개 변수를 지정하는 경우 VirtualDisk 개체를 반환합니다. VolumeContainer를 지정하는 경우 이 cmdlet은 IList<VirtualDisk> 개체를 반환합니다.