зеркало из
1
0
Форкнуть 0
This commit is contained in:
guangyang 2014-03-28 16:19:09 -07:00
Родитель 73b4f7a1c7
Коммит f3af979a4b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,7 @@ $servercredential = new-object System.Management.Automation.PSCredential("mylogi
$ctx = $server | New-AzureSqlDatabaseServerContext -Credential $serverCredential
# Get an enabled service objective
$objective = Get-AzureSqlDatabaseServiceObjective -Context $ctx -ServiceObjectiveName "Reserved P1"
$objective = Get-AzureSqlDatabaseServiceObjective -Context $ctx -ServiceObjectiveName "P1"
$objective