共用方式為


New-AzRedisCacheLink

建立兩個 Redis 快取之間的異地復寫連結。

語法

New-AzRedisCacheLink
   -PrimaryServerName <String>
   -SecondaryServerName <String>
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

建立兩個 Redis 快取之間的異地復寫連結。

範例

範例 1:建立兩個快取之間的連結

New-AzRedisCacheLink -PrimaryServerName "mycache1" -SecondaryServerName "mycache2"

PrimaryServerName            : mycache1
        SecondaryServerName          : mycache2
        ProvisioningState            : Creating
        LinkedRedisCacheLocation     : East US
        ServerRole                   : Secondary
        PrimaryHostName              : mycache1.redis.cache.windows.net
        GeoReplicatedPrimaryHostName : mycache2.geo.redis.cache.windows.net

此命令會在 Redis 快取 mycache1 與 mycache2 之間建立異地復寫連結。

參數

-Confirm

執行 Cmdlet 之前先提示您確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PrimaryServerName

連結中主要 redis 快取的名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-SecondaryServerName

連結中的次要 redis 快取名稱。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

類型:SwitchParameter
別名:wi
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

輸出

PSRedisLinkedServer