Get-AzApiManagementTenantGitAccess
取得租使用者的 Git 存取組態。
語法
Get-AzApiManagementTenantGitAccess
-Context <PsApiManagementContext>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzApiManagementTenantGitAccess Cmdlet 會取得租使用者的 Git 存取設定。 金鑰不會包含在結果詳細數據中。 若要取得客戶端密碼,請使用 Get-AzApiManagementTenantGitAccessSecret。
範例
範例 1:取得租使用者存取設定
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
Get-AzApiManagementTenantGitAccess -Context $apimContext
Enabled Id PrimaryKey SecondaryKey
------- -- ---------- ------------
True git GrPksEiunqn1BgprRvWIZZxUuaRl9vdz0ZFjVBxxx== OR4wVD//HzaE4Okb6aSdG9zy0O6kHhmfIJBaL9Zwu+Mxxxf9R2ydOslIw==
此命令會取得指定內容的 Git 存取組態。
參數
-Context
指定 PsApiManagementContext 物件。
類型: | PsApiManagementContext |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |