Get-AzSqlServerServiceObjective
Hämtar tjänstmål för en Azure SQL Database-server.
Syntax
Get-AzSqlServerServiceObjective
[[-ServiceObjectiveName] <String>]
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-AzSqlServerServiceObjective
[[-ServiceObjectiveName] <String>]
[-ResourceGroupName] <String>
[-ServerName] <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Cmdleten Get-AzSqlServerServiceObjective hämtar de tillgängliga tjänstmålen för en Azure SQL Database-server.
Exempel
Exempel 1: Hämta tjänstmål
Get-AzSqlServerServiceObjective -ResourceGroupName "ResourceGroup01" -ServerName "Server01"
serviceObjectiveName SkuName Edition Family Capacity CapacityUnit Enabled
-------------------- ------- ------- ------ -------- ------------ -------
System System System 0 DTU False
Free Free Free 5 DTU True
Basic Basic Basic 5 DTU True
S0 Standard Standard 10 DTU True
S1 Standard Standard 20 DTU True
P1 Premium Premium 125 DTU True
P2 Premium Premium 250 DTU True
DW100c DataWarehouse DataWarehouse 900 DTU False
GP_Gen4_1 GP_Gen4 GeneralPurpose Gen4 1 VCores True
GP_Gen5_2 GP_Gen5 GeneralPurpose Gen5 2 VCores True
BC_Gen4_1 BC_Gen4 BusinessCritical Gen4 1 VCores True
BC_Gen5_4 BC_Gen5 BusinessCritical Gen5 4 VCores True
Det här kommandot hämtar tjänstmålen för servern med namnet Server01.
Exempel 2: Hämta tjänstmål med filtrering
Get-AzSqlServerServiceObjective -ResourceGroupName "ResourceGroup01" -ServerName "Server01" -ServiceObjectiveName "P*"
ServiceObjectiveName SkuName Edition Family Capacity CapacityUnit Enabled
-------------------- ------- ------- ------ -------- ------------ -------
P1 Premium Premium 125 DTU True
P2 Premium Premium 250 DTU True
Det här kommandot hämtar tjänstmålen för servern med namnet Server01 som börjar med "System".
Exempel 3: Hämta tjänstmål för en plats
Get-AzSqlServerServiceObjective -Location "west us"
serviceObjectiveName SkuName Edition Family Capacity CapacityUnit Enabled
-------------------- ------- ------- ------ -------- ------------ -------
System System System 0 DTU False
Free Free Free 5 DTU True
Basic Basic Basic 5 DTU True
S0 Standard Standard 10 DTU True
S1 Standard Standard 20 DTU True
P1 Premium Premium 125 DTU True
P2 Premium Premium 250 DTU True
DW100c DataWarehouse DataWarehouse 900 DTU False
GP_Gen4_1 GP_Gen4 GeneralPurpose Gen4 1 VCores True
GP_Gen5_2 GP_Gen5 GeneralPurpose Gen5 2 VCores True
BC_Gen4_1 BC_Gen4 BusinessCritical Gen4 1 VCores True
BC_Gen5_4 BC_Gen5 BusinessCritical Gen5 4 VCores True
Det här kommandot hämtar tjänstmålen för en angiven Azure-region.
Parametrar
-Confirm
Uppmanar dig att bekräfta innan du kör cmdleten.
Typ: | SwitchParameter |
Alias: | cf |
Position: | Named |
Standardvärde: | False |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Location
Namnet på platsen för vilken tjänstmålen ska hämtas.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ResourceGroupName
Anger namnet på en resursgrupp. Den här cmdleten hämtar tjänstmål för en SQL Database-server som tilldelats den här resursen.
Typ: | String |
Position: | 0 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ServerName
Anger namnet på en SQL Database SQL Database-server.
Typ: | String |
Position: | 1 |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-ServiceObjectiveName
Anger namnet på ett tjänstmål för en Azure SQL Database-server. De acceptabla värdena för den här parametern är: Basic, S0, S1, S2, P1, P2 och P3.
Typ: | String |
Position: | 2 |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | True |
-WhatIf
Visar vad som skulle hända om cmdleten körs. Cmdleten körs inte.
Typ: | SwitchParameter |
Alias: | wi |
Position: | Named |
Standardvärde: | False |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
Utdata
AzureSqlServerServiceObjectiveModel
Relaterade länkar
Azure PowerShell