Get-AzRedisEnterpriseCache   
	Hämtar information om ett Redis Enterprise-kluster och dess associerade databaser.
Syntax
		ListBySubscriptionId (Standard)
	  
	Get-AzRedisEnterpriseCache
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]
Get
Get-AzRedisEnterpriseCache
    -ResourceGroupName <String>
    -ClusterName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]
		ListByResourceGroup
	  
	Get-AzRedisEnterpriseCache
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]
Description
Hämtar information om ett Redis Enterprise-kluster och dess associerade databaser.
Exempel
Exempel 1: Hämta en Redis Enterprise-cache efter namn
Get-AzRedisEnterpriseCache -ResourceGroupName "MyGroup" -Name "MyCache"
Location Name    Type                            Zone Database
-------- ----    ----                            ---- --------
West US  MyCache Microsoft.Cache/redisEnterprise      {default}
Det här kommandot hämtar information om Redis Enterprise-cachen med namnet MyCache.
Exempel 2: Lista varje Redis Enterprise-cache i en resursgrupp
Get-AzRedisEnterpriseCache -ResourceGroupName "MyGroup"
Location Name     Type                            Zone      Database
-------- ----     ----                            ----      --------
East US  MyCache1 Microsoft.Cache/redisEnterprise           {default}
East US  MyCache2 Microsoft.Cache/redisEnterprise {1, 2, 3} {default}
Det här kommandot hämtar information om varje Redis Enterprise-cache i den angivna resursgruppen.
Exempel 3: Lista varje Redis Enterprise-cache i en prenumeration
Get-AzRedisEnterpriseCache
Location    Name     Type                            Zone      Database
--------    ----     ----                            ----      --------
East US     MyCache1 Microsoft.Cache/redisEnterprise           {default}
East US     MyCache2 Microsoft.Cache/redisEnterprise {1, 2, 3} {default}
West US     MyCache3 Microsoft.Cache/redisEnterprise           {default}
Central US  MyCache4 Microsoft.Cache/redisEnterprise {1, 2, 3} {default}
Det här kommandot hämtar information om varje Redis Enterprise-cache i den aktuella prenumerationen.
Parametrar
-ClusterName 
		Namnet på Redis Enterprise-klustret.
Parameteregenskaper
| Typ: | String | 
| Standardvärde: | None | 
| Stöder jokertecken: | False | 
| DontShow: | False | 
| Alias: | Namn | 
Parameteruppsättningar
Get
| Position: | Named | 
| Obligatorisk: | True | 
| Värde från pipeline: | False | 
| Värde från pipeline efter egenskapsnamn: | False | 
| Värde från återstående argument: | False | 
-DefaultProfile 
		Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Parameteregenskaper
| Typ: | PSObject | 
| Standardvärde: | None | 
| Stöder jokertecken: | False | 
| DontShow: | False | 
| Alias: | AzureRMContext, AzureCredential | 
Parameteruppsättningar
(All)
| Position: | Named | 
| Obligatorisk: | False | 
| Värde från pipeline: | False | 
| Värde från pipeline efter egenskapsnamn: | False | 
| Värde från återstående argument: | False | 
-ResourceGroupName  
		Namnet på resursgruppen. Namnet är skiftlägesokänsligt.
Parameteregenskaper
| Typ: | String | 
| Standardvärde: | None | 
| Stöder jokertecken: | False | 
| DontShow: | False | 
Parameteruppsättningar
Get
| Position: | Named | 
| Obligatorisk: | True | 
| Värde från pipeline: | False | 
| Värde från pipeline efter egenskapsnamn: | False | 
| Värde från återstående argument: | False | 
					ListByResourceGroup 
					
				  
				| Position: | Named | 
| Obligatorisk: | True | 
| Värde från pipeline: | False | 
| Värde från pipeline efter egenskapsnamn: | False | 
| Värde från återstående argument: | False | 
-SubscriptionId 
		ID för målprenumerationen.
Parameteregenskaper
| Typ: | String[] | 
| Standardvärde: | (Get-AzContext).Subscription.Id | 
| Stöder jokertecken: | False | 
| DontShow: | False | 
Parameteruppsättningar
(All)
| Position: | Named | 
| Obligatorisk: | False | 
| Värde från pipeline: | False | 
| Värde från pipeline efter egenskapsnamn: | False | 
| Värde från återstående argument: | False | 
CommonParameters
Den här cmdleten stöder vanliga parametrar: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction och -WarningVariable. Mer information finns i about_CommonParameters.