Get-AzSqlCapability cmdlet은 지역에 대한 현재 구독에서 사용할 수 있는 Azure SQL Database 기능을 가져옵니다.
ServerVersionName, EditionName 또는 ServiceObjectiveName 매개 변수를 지정하는 경우 이 cmdlet은 지정된 값과 해당 선행 작업을 반환합니다.
예제
예제 1: 지역의 현재 구독에 대한 기능 가져오기
Get-AzSqlCapability -LocationName "Central US"
Location : Central US
Status : Available
SupportedServerVersions : {12.0, 2.0}
이 명령은 미국 중부 지역의 현재 구독에서 SQL Database 인스턴스에 대한 기능을 반환합니다.
Location : Central US
Status : Available
ExpandedDetails : Version: 12.0 (Available) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
Version: 2.0 (Default) -> Edition: Standard (Default) -> Service Objective: S1 (Available)
이 명령은 현재 구독에서 지정된 서비스 목표에 대한 SQL Database의 기본 기능을 가져옵니다.
이 cmdlet은 일반적인 매개 변수인 -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction 및 -WarningVariable 매개 변수를 지원합니다. 자세한 내용은 about_CommonParameters를 참조하세요.