Get-AzCosmosDBAccountKey
Hämta nycklar{"ConnectionKeys", "PrimaryReadOnly" eller "Nycklar"} för det angivna CosmosDB-kontot.
Syntax
Get-AzCosmosDBAccountKey
-ResourceGroupName <String>
-Name <String>
[-Type <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCosmosDBAccountKey
[-Type <String>]
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzCosmosDBAccountKey
[-Type <String>]
-InputObject <PSDatabaseAccountGetResults>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Hämta listan över anslutningsnycklar.
Exempel
Exempel 1
Get-AzCosmosDBAccountKey -ResourceGroupName rg1 -Name dbname -Type "ReadOnlyKeys"
Name Value
---- -----
PrimaryReadonlyMasterKey ********************************
SecondaryReadonlyMasterKey ********************************
Visar en lista över nycklarna för CosmosDB-kontot. Nyckeltypen kan vara värde från : ConnectionStrings, Keys och ReadOnlyKeys. Standardvärdet är Nycklar.
Parametrar
-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 |
-InputObject
CosmosDB-kontoobjekt
Typ: | PSDatabaseAccountGetResults |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
-Name
Namnet på Cosmos DB-databaskontot.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceGroupName
Namn på resursgrupp.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ResourceId
ResourceId för resursen.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Type
Värde från: {ConnectionStrings, Keys, ReadOnlyKeys}. Standardvärdet är Nycklar.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
Indata
None
Utdata
Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountListConnectionStrings
Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountListKeysResult
Microsoft.Azure.Commands.CosmosDB.Models.PSDatabaseAccountListReadOnlyKeysResult
Azure PowerShell