Get-AzSearchAdminKeyPair
取得 Azure 認知搜尋 服務的管理員金鑰組。
語法
Get-AzSearchAdminKeyPair
[-ResourceGroupName] <String>
[-ServiceName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSearchAdminKeyPair
[-ParentObject] <PSSearchService>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzSearchAdminKeyPair
[-ParentResourceId] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzSearchAdminKeyPair Cmdlet 會取得 Azure 認知搜尋 服務的管理員密鑰組。
範例
範例 1
Get-AzSearchAdminKeyPair -ResourceGroupName felixwa-01 -ServiceName felixwa-basic-search
Primary Secondary
------- ---------
3B06A25BDADFF72EC132736BAA2547A1 E643B75A52E04DF13EB690807C451C55
此範例會取得 Azure 認知搜尋 服務的系統管理員金鑰組。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ParentObject
Azure 認知搜尋 服務輸入物件。
類型: | PSSearchService |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ParentResourceId
Azure 認知搜尋 服務資源標識碼。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceGroupName
資源組名。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ServiceName
Azure 認知搜尋 服務名稱。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |