Share via


Get-AzureRmExpressRoutePortsLocation

ExpressRoutePort 리소스를 사용할 수 있는 위치를 가져옵니다.

Warning

AzureRM PowerShell 모듈은 2024년 2월 29일부터 공식적으로 사용되지 않습니다. 사용자는 지속적인 지원 및 업데이트를 보장하기 위해 AzureRM에서 Az PowerShell 모듈로 마이그레이션하는 것이 좋습니다.

AzureRM 모듈은 여전히 작동할 수 있지만 더 이상 기본 또는 지원되지 않으므로 사용자의 재량에 따라 계속 사용할 수 있습니다. Az 모듈로 전환하는 방법에 대한 지침은 마이그레이션 리소스를 참조하세요.

Syntax

Get-AzureRmExpressRoutePortsLocation
   [-LocationName <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzureRmExpressRoutePortsLocation cmdlet은 ExpressRoutePort 리소스를 사용할 수 있는 위치를 검색하는 데 사용됩니다. 특정 위치를 입력으로 지정하면 cmdlet은 해당 위치의 세부 정보( 즉, 해당 위치에서 사용 가능한 대역폭 목록)를 표시합니다.

예제

예 1

PS C:\> Get-AzureRmExpressRoutePortsLocation

ExpressRoutePort 리소스를 사용할 수 있는 위치를 나열합니다.

예제 2

PS C:\> Get-AzureRmExpressRoutePortsLocation -LocationName $loc

위치 $loc 사용할 수 있는 ExpressRoutePort 대역폭을 나열합니다.

매개 변수

-DefaultProfile

Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독입니다.

Type:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LocationName

위치의 이름입니다.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

입력

String

출력

PSExpressRoutePortsLocation