Share via


Get-AzRedisEnterpriseCache

Redis Enterprise クラスターとそれに関連付けられているデータベースに関する情報を取得します。

構文

Get-AzRedisEnterpriseCache
   [-SubscriptionId <String[]>]
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzRedisEnterpriseCache
   [-SubscriptionId <String[]>]
   -ResourceGroupName <String>
   -ClusterName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]
Get-AzRedisEnterpriseCache
   [-SubscriptionId <String[]>]
   -ResourceGroupName <String>
   [-DefaultProfile <PSObject>]
   [<CommonParameters>]

説明

Redis Enterprise クラスターとそれに関連付けられているデータベースに関する情報を取得します。

例 1: 名前で Redis Enterprise キャッシュを取得する

Get-AzRedisEnterpriseCache -ResourceGroupName "MyGroup" -Name "MyCache"

Location Name    Type                            Zone Database
-------- ----    ----                            ---- --------
West US  MyCache Microsoft.Cache/redisEnterprise      {default}

このコマンドは、MyCache という名前の Redis Enterprise キャッシュに関する情報を取得します。

例 2: リソース グループ内のすべての Redis Enterprise キャッシュを一覧表示する

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}

このコマンドは、指定されたリソース グループ内のすべての Redis Enterprise キャッシュに関する情報を取得します。

例 3: サブスクリプション内のすべての Redis Enterprise キャッシュを一覧表示する

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}

このコマンドは、現在のサブスクリプション内のすべての Redis Enterprise キャッシュに関する情報を取得します。

パラメーター

-ClusterName

Redis Enterprise クラスターの名前。

Type:String
Aliases:Name
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-DefaultProfile

Azure との通信のために使用される資格情報、アカウント、テナント、サブスクリプションです。

Type:PSObject
Aliases:AzureRMContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

リソース グループの名前。 名前の大文字と小文字は区別されます。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SubscriptionId

ターゲット サブスクリプションの ID。

Type:String[]
Position:Named
Default value:(Get-AzContext).Subscription.Id
Required:False
Accept pipeline input:False
Accept wildcard characters:False

出力

ICluster