New-AzApiManagementPipelineDiagnosticSetting
建立閘道傳入/傳出 HTTP 訊息的診斷設定。
語法
New-AzApiManagementPipelineDiagnosticSetting
[-Request <PsApiManagementHttpMessageDiagnostic>]
[-Response <PsApiManagementHttpMessageDiagnostic>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdlet New-AzApiManagementPipelineDiagnosticSetting 會建立網關傳入/傳出 HTTP 訊息的診斷設定。
範例
範例 1
$httpMessageDiagnostic = New-AzApiManagementHttpMessageDiagnostic -HeadersToLog 'Content-Type', 'UserAgent' -BodyBytesToLog 100
New-AzApiManagementPipelineDiagnosticSetting -Request $httpMessageDiagnostic -Response $httpMessageDiagnostic
Request Response
------- --------
Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic Microsoft.Azure.Commands.ApiManagement.ServiceManagement.Models.PsApiManagementHttpMessageDiagnostic
建立管線診斷,以用於診斷實體中的 FrontEnd 或 Backend。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Request
要求的診斷設定。 這個參數是選擇性的。
類型: | PsApiManagementHttpMessageDiagnostic |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Response
回應的診斷設定。 這個參數是選擇性的。
類型: | PsApiManagementHttpMessageDiagnostic |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
PsApiManagementPipelineDiagnosticSetting